I'm a beginner.
I have this reply in my serial "BB 02 22 00 11 BD 30 00 E2 00 00 16 60 10 02 27 18 20 5A 76 A2 14 71 7E".
How can i parse the data to get only "E2 00 00 16 60 10 02 27 18 20 5A 76".
It doesn't has special character for delimitter. thanks in advance
Well, how did you know that you wanted to start at E2?
-jim lee
jimLee:
Well, how did you know that you wanted to start at E2?-jim lee
E2 00 00 16 60 10 02 27 18 20 5A 76 is data in database. I need the data from Arduino to compare with data from database. That's why I need only E2 00 00 16 60 10 02 27 18 20 5A 76 from serial.
Please read the question #1 again.
Is what you're interested in always in the same position in the string? By parsing do you mean converting the data into some other data types?
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.