If you know WHERE the data digits are, you can simply do math on the ascii characters.
result=100*(array[5]-48)+10*(array[6]-48)+array[7]-48
As for bringing in the 2nd sensor, can you look at using a chip enable if they're open collector outputs, and then just select one or the other on the same hserin input?
-------------------Picster-----------------
Bookmarks