Ok, sorry.
So i'm using a trackbar in visual basic, that produces an integer value.
I'm then using the Serial.Write function in vb to send the data.
Then, I want to take this data and write it to a servo. But if i use mysevo.write(serial.read()) it goes all wonky. This is because the Serial.read() command only yeilds one byte. I would like to make a way that yields a string so I
can do things like compare it to stuff / write it to different things.
something like