Serial data to Arduino
in
Integration and Hardware
•
2 years ago
Hey, its my first post....also i'm a newbie to processing.
I've some application wherein I want to send data to Arduino.
The data is float values and I want to send it in the format,
1.11111,2.22222,3.3333
Can you help me out, i'm able to send data (tried the SimpleWrite example successfully), now how should I go about sending multiple float values.
1