can anyone give me some isea as to why if i use the below mentioned code and i send {(227.9 218.2 221.0 031 50.1 2.29 25.0 00000001} in on debugin i get {ÀxÀ€€€€€€€€€€xÀ< €ð€€€€xþ€À€€xÀ€€€ð€€} out on debug

MAIN:
DEBUG "MAIN PROGRAM",13,10
PAUSE 2000
GOSUB READUPS
DEBUG str ups\45
goto MAIN

READUPS:
DEBUG "READ UPS SUBRUTINE",13,10
SEROUT PORTE.1,T2400,["Q1",13]
DEBUGIN 200,MAIN,[STR UPS\45]
RETURN