Read serial string start character

Hi,

Is there a good way to read a incoming rs232 string with a start and stop character?

Say if I send the string ,1000.
I want to start reading from , and stop at .

Can this be done?

Sure, look for a ',' or a '.'

Read the new sticky post at the top of the forum "serial input basics"