I cannot seem to get the following code to work properly!

serin2 GPIO.5,Baud,2000,mainloop,[str command\20\13]
SEROUT2 GPIO.0,Baud,[str command\20,13]

The data coming in on GPIO.5 is in this format: "A-0000.023 -0000.044 -0000.124 <cr>" all I want to do is just receive the data and forward the data out GPIO.0! Should I be using STR or DEC?

Can anyone point me in the right direction?

Thanks,

Scott