Specific Information from Strings Coming from an Arduino

edited March 2014 in Arduino

As part of my mind controlled robot project (making a rover move with my thoughts from a neuro headset), the rover has sensors on board that I want to relay the information back to the processing sketch controlling the rover, and have visual representations of the information they are providing.

Now I know how to serially send basic info - an integer - over and read it into processing. But I don't know how to get multiple values going through the one serial line. I know I will need to use strings. And put the values into a strings, then in processing separate the different values. That is what I don't know how to do. Will I need to attach something to the value, so then when I look for it I look for that, then break it up? And what syntax is used to find parts of strings, and break up the strings.

I am very lost here and would greatly appreciate anybody explaining how it works, or pointing me in the right direction. Thank you.

Answers

Sign In or Register to comment.