Ardupilot has a parameter NMEA_MSG_EN that allows emitting NMEA $PASHR sentences. Where do these messages get output by default? Is there a way to transmit these messages to a particular UDP port?
It seems like the “NMEA Injector” is about setting up messages in the other direction - from an NMEA device to ArduPilot.
I’m unsure about UDP port output, but you can try searching the parameters for “NMEA Output”, to see the options it’s at least intended to work with. I’m also unsure whether NMEA output functionality is compiled in by default, which may need to be checked (and could depend on the flight controller board you’re using).
That is correct - the BlueOS NMEA Injector is an inputting tool.