Ah yes, sorry about that - I changed the output to contain the X,Y,Z values - and tried using find() ... still ran in to some problems, but I think I've got it figured out.
Hi Guys, thanks for the help.
It just doesn't seem to be working like that for me, so I'm not sure what's up - at any rate the find_first_of is working for me so I'm just going to use that.
...
Hi Victor...
Sorry - I'm just learning... what I mean by "Empty" is it doesn't return the position of "X:" ... it should be a number.
When I hover my mouse over size_t, it states that it is an...
Hi Mike, yeah I figured I could do some string manipulation there - I'm so used to PHP that getting my brain working with C++ again is a little tricky, haha.
I found a few examples using CSerial... but I was missing this serial.lib, built the library separately, added it to my project and it worked!
For anyone that just needs a quick...