say I have a stream of ASCII numbers coming in from an Arduino device. It
contains a letter indicating the beginning of the stream, something like
(when you translate from ASCII):
B 1023 1022 1021 1023 1021 etc.
Does anyone know how one can process this in such a way that the numbers
are handled in the same order, correctly?
thanks,
Dave