We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all,
I'm trying to read a serial device with processing. I have to connect at 9600 baud, No parity. How does one do this in processing. Thanks very much in advance for your help. Danielle.
Answers
I've figured it out: myPort = new Serial(this, portName, baudrate,'N',8,1);
HTH someone, best, d