Connecting the USB Gateway to a Raspberry Pi

Connecting the NMEA 2000 USB Gateway from Yacht Devices is really simple. You do not even need to install drivers for this to function. Simply connect the NMEA 2000 USB Gateway (YDNU-02) to a USB port of your Raspberry Pi.

To show the detection of the gateway type: dmesg | tail from a terminal window.

To display any incoming NMEA data type cat /dev/ttyACM0 based on the ID of the USB port used from the detection command.

Raspberry Pi screen showing USB Gateway connection