I appreciate all of your help!

I had written the code using Hserin to capture the raw data from my serial port into a single string of [10]. It works so now I need to separate the two values. So...

14575,354 would end up as two longs,

one with 14575 and another with 345. Either number could be as large as 99999 or as small as 1.

Thanks in advance,
TR