Does anybody know of working code that can filter and compare incoming serial.
For example if I have a device sending the arduino VANNFF.
I would like to be able for the arduino not to care what its seeing until it sees the "V"
store it all untill it sees a "."
Then I would compared the stored value. On a side note why isnt there a library to do this already. LOL.