I used,

Weight Get var BYTE[20]

and use code to capture string comming via device serial port (The data I should send via SMS).

SERIN comRs232In, T2400, 5000, Start, [weightGet]

but it reads only first character of the string. I got stuck here.