Hi, Allen, Michael wrote: > I’m using a Teensy to get data from Pots and switches into PD on a > RPi. The teensy sketch is set to open serial at 9600 baud. In PD I > have [comport devicename 9600]. It won’t receive data. When I change > the object to [comport devicename 115200] it immediately opens and > starts receiving data. I’m specifying the device name since it seems > to be switching between port 1 and 0 for unknown reasons upon power > cycling or unplugging, etc.
for the device name you can use the [devicename ( message instead with port name rather than a port number. Then use it like that: [loadbang] | [devicename /dev/serial/by-id/the-id-of-you-teensy, baud 9600 ( | [comport] This may solve the other problem. _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
