On Fri, Apr 24, 2020 at 1:34 PM rolfm@dds.nl wrote:
Martin Peach schreef op 24-04-2020 18:51:
On Fri, Apr 24, 2020 at 10:40 AM rolfm@dds.nl wrote:
i've been working with the Arduino UNO and Pd for years. now i'm starting with a new board UNO Wifi Rev2.
...
(with the regular UNO this behavior doesn't happen) i'm not sending anything at startup. this is what [info) gives:
print: open 1 print: port 5 print: baud 9600 print: dsr 0 print: cts 0 print: parity 0 print: stop 1 print: data 8 print: rtscts 0 print: xonxoff 0 print: hupcl 1 print: rxerrors 0
Here I get the same thing with a functional device except I have cts
You could try sending [dtr 1( or [rtscts1( and [rts 1( to see if it wants some hanshaking.
Martin