Hello all,

This has probably been answered in a million different threads...all of which I have read, which leads me to my question.
What I'de like to do is receive a string into the usart similar to this:

ABC123

What I would like to do is store the ABC in a word var to send through a
select case statement and...
store the 123 in a byte var to use later in code.

The commands coming into the usart will always be this format, for ex:

ABC123
XYZ255
PQR002

LETTER-LETTER-LETTER-NUMBER-NUMBER-NUMBER

NUMBER-NUMBER-NUMBER not to exceed 256.

Any help parsing these from the RCREG or a 6 byte ring buffer?

Thanks to all,
Chris