Processing RS-232 data corruption.
in
Core Library Questions
•
7 months ago
I'm attempting to log tempature over time using an Arduino and Processing. The Arduino communitates with Processing using RS-232 however I am getting corrupted data when I attempt to read the Arduino with my processing sketch. I've tested this with Putty(serialterminal) and the Arduino serial monitor, both seem to display the data correctly so I'm certian the issue is with my processing code.
Processing code:
Processing sketch output:
What it should look like:
Arduino code:
1