lkarsten / fdxread

Nexus FDX decoder for Garmin GND10
GNU General Public License v2.0
15 stars 4 forks source link

FDXread on openplotter errors #12

Closed mat214 closed 5 years ago

mat214 commented 5 years ago

Hello

I'm trying to use FDXread on openplotter to connect my wsibox.

I have errors when I perform the test procedure and nothing appears on the nmea console of openCPN.

Thank you for your help.

fdxread ~/fdxread/dumps/onsdagsregatta-2016-08-17.dump | nc localhost 10110
WARNING:root:mtype=0x010405: Incorrect length 9 (got 8) body: 7f01708f81
WARNING:root:mtype=0x010405: Incorrect length 9 (got 6) body: 370181
WARNING:root:mtype=0x120416: Incorrect length 9 (got 8) body: 1501099c81
WARNING:root:mtype=0x120416: Incorrect length 9 (got 6) body: c70081
WARNING:root:mtype=0x010405: Incorrect length 9 (got 6) body: 290181
WARNING:root:mtype=0x010405: Incorrect length 9 (got 6) body: 290181
WARNING:root:mtype=0x010405: Incorrect length 9 (got 8) body: 0201159781
WARNING:root:mtype=0x120416: Incorrect length 9 (got 6) body: 090181
WARNING:root:mtype=0x210425: Incorrect length 9 (got 8) body: a300230181
WARNING:root:mtype=0x010405: Incorrect length 9 (got 6) body: d10081
lkarsten commented 5 years ago

Hi.

Been a while since I looked at this last, but I think these are just warnings sent to stderr.

If you look at stdout (that is, running without | nc localhost 10110), I think you should see normal NMEA0183 output.

Best of luck!