I find my self not sure at times what the best method is to deal with long strings of serial data.
So I thought I would throw this out to the group and see what people thought.
If you had a serial string that you were recieving would you (generally speaking)
a) recieve the full string and the parse/convert it later
b) Use data modifiers and variables as the data is coming in with no parse/convert later
c) A happy mix of both
Bookmarks