OpenMarine
Nmea 0183 to serial - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: Nmea 0183 to serial (/showthread.php?tid=4269)



Nmea 0183 to serial - Newt2u - 2022-10-04

I am using openplotter version 3 on RPi 4. I have a usb gps dongle and a bidirectional usb/nmea interface from digital yacht. I use the input to get nmea data from my nasa wind instrument and would like to send gps data on the output to my vhf radio. Have read the Signal K manual and can find no output other than the server on port 10110. Is there a way to do this? From documentation I guess not using signal k.


RE: Nmea 0183 to serial - tkurki - 2022-10-05

https://openplotter.readthedocs.io/en/3.x.x/signalk/multiplexing.html
https://github.com/SignalK/signalk-server/wiki/Events-and-Outputting-Data


RE: Nmea 0183 to serial - Newt2u - 2022-10-05

(2022-10-05, 05:48 AM)tkurki Wrote: https://openplotter.readthedocs.io/en/3.x.x/signalk/multiplexing.html
https://github.com/SignalK/signalk-server/wiki/Events-and-Outputting-Data

Thank you, the second link was very helpful. I am only inputting nmea0183 data into signalK (gps and wind) and want to output everything over the USB data-out serial link, I assume I just need nmea0183 in the output field for that device and do not require the signalk-to-nmea0183 plugin. A

I appreciate your help.