We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi All,
I am using the default SimpleSerialRead example. I verified the serial is working on Arduino Monitor/ Putty and set the baud rate to 250000. I am only getting 2-digit numbers by println() to console instead 4 digit numbers with other serial monitor. I also tried to slow the baud rate to 115200. Still not working.
Answers
Please provide ino and pde code showing your approach.
Kf
commented code is the arduino code
Check the following post: https://forum.processing.org/two/discussion/22952/reading-multiple-serial-inputs/p1
Kf