serial No parity

edited November 2013 in Library Questions

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.

Tagged:

Answers

  • I've figured it out: myPort = new Serial(this, portName, baudrate,'N',8,1);

    HTH someone, best, d

Sign In or Register to comment.