The usual line terminator is a LF (newline) '\n' 0x10 character. smile

You presumably realize that you can use scanf() and sscanf() in C/C++ on the Arduino, right? Makes parsing things REALLY easy!

Cheers