filtering serial data

groundFungus:
The strtok() function can be used to split a string.

that would split it up in to nice sections, but how would i get rid of the startbit ? there is nothing separating it from the first reading.

00.1

it might be easier to store each section separately, is there a command that will store the first letter in 1 variable and then the next 4 in variable 2 and so forth ?

then it would be simple to jsut serial.print the variables i need, and forget about the rest.