Does anyone know how to pass NMEA from Mission Planner to another computer over UDP? I am currently only able to do it over serial by doing CTRL+F then selecting the NMEA button that only lets me do serial.
Has anyone been able to convert this serial to UDP? The only idea I have is sending the NMEA serial out one port and receiving that serial on the same computer, different port. Then I would convert it to UDP in Python somehow and send it that way. I am not exactly sure how to go about that but would really appreciate any help. Or if someone has a simpler way, that would be awesome too.
Replies