Hi,
what is the best way wherein I can separate the incoming data from the Serial port?
The serial port (from Arduino) will throw data to VB in a form something like this:
2.00
26.7
67.8
If I just put the data in an array, it will just store the three data in a single element, right? I was wondering how can I separate the 2.00, 26.7, and 67.8 from one another?
Thank you.
what is the best way wherein I can separate the incoming data from the Serial port?
The serial port (from Arduino) will throw data to VB in a form something like this:
2.00
26.7
67.8
If I just put the data in an array, it will just store the three data in a single element, right? I was wondering how can I separate the 2.00, 26.7, and 67.8 from one another?
Thank you.