Parsing serial string into variables

strtok() (and strchr()) can be used to find a delimiter in a nul terminated character array (c-string); see the updated Serial Input Basics thread for an example.