I agree with Steve, try ........

Code:
'------------------------------------------------------------
'Here is where the values are read in
'------------------------------------------------------------
   SERin2 PROG,Baud,100,START,[serialHigh, serialLow]
   tempword.Highbyte = serialHigh
   tempword.Lowbyte = serialLow
/Ingvar