hi C,
It works for me, note one point you were not clearing msg1 at the correct location.
Hserout "TIME=", strtim, " lat=", #sinlat, " lon=", #sinlong, " alt=", #sinalt, CrLf
msg1 = ""
'###########################################################################
msg1 = strtim
msg1 = "TIME " + msg1
Call wr_msg(0, 0, msg1)
'############################################################################
msg1 = "" '+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Goto get_neo
End
It works for me, note one point you were not clearing msg1 at the correct location.
Hserout "TIME=", strtim, " lat=", #sinlat, " lon=", #sinlong, " alt=", #sinalt, CrLf
msg1 = ""
'###########################################################################
msg1 = strtim
msg1 = "TIME " + msg1
Call wr_msg(0, 0, msg1)
'############################################################################
msg1 = "" '+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Goto get_neo
End