tomojitakasu / RTKLIB

2.48k stars 1.58k forks source link

STRSVR - Conversion #512

Open freaksN opened 4 years ago

freaksN commented 4 years ago

Hello, I use RKTlib ver.demo5 b33a and I want to receive input data on the Serial and transmit it over TCP client.

The input data is of RXM - RAWX format and my device is u-blox EVK-6PPP (u-blox 6). The transmission from my serial to a TCP client is fine. I get the data there but it is not converted even though I have selected Conversion from u-blox format to RTCM 3. The data I get is still encoded. What am I doing wrong, how can I fix this problem ? It looks like this Screenshot_1 I do not use any startup or shutdown commands or messages. The configuration of the u-blox is saved and the data I get is the data I need.

DavidKelleySCSC commented 4 years ago

Check your serial stream baud rates to ensure they match at both ends (and at are least 19,200). The data you show seems garbled. Typical uBlox raw data often starts with the hex pattern.

0000 0x B5 62 01 .... and you can use the 'monitor' button to see the raw data stream and decode it different ways (the drop down combo) to determine what you in fact are getting.