On Mon, Sep 21, 2015 at 10:55 AM, Pagano, Patrick <pat@digitalworlds.ufl.edu
wrote:
Hello
I want to use the arduino pro mini with pure data on the serial pins on the raspberry pi2 board for a project i am working on. My Arduino Uno works fine but i assume that is i assume because i am getting the serial data sent on the USB which seems to show up as
/dev/ttyAMA0 in raspberry pi debian
what i assume i need is it to work on /dev/ttyS0 /dev/ttyS1
I already turned off the serial to console stuff in raspberry and commented out the commandline stuff as well as modified the innittab getty things according to the interwebs, but i cannot get Pduino or comport to recognize the device when it's connected to the analog serial pins directly on the raspberry
You can send [comport] a [devices( message and it will print the list of
ports to the Pd console. You can send [comport] a [devicename /dev/ttyS0( message to open /dev/ttyS0. Pduino may have the port names hard-coded either in the Pd patch or the Arduino code, so you'd need to edit those.
Martin