Szablon: Webnative portsconfiguration: Różnice pomiędzy wersjami
Z Elproma Wiki Knowledge Base
(Nie pokazano 1 pośredniej wersji utworzonej przez tego samego użytkownika) | |||
Linia 8: | Linia 8: | ||
* GPS NMEA – copies NMEA output from GNSS module and sends it to serial port. Included messages are: RMC, GSV, GSA, GGA. | * GPS NMEA – copies NMEA output from GNSS module and sends it to serial port. Included messages are: RMC, GSV, GSA, GGA. | ||
* PTP NMEA – simulates NMEA messages based on PTP synchronization status. Requires PTP to be enabled. Included messages are: RMC, ZDA. | * PTP NMEA – simulates NMEA messages based on PTP synchronization status. Requires PTP to be enabled. Included messages are: RMC, ZDA. | ||
You can get GNSS NMEA data over Ethernet using SSH connection and "gpspipe -r" command, eg.<br> | |||
<code>ssh root@10.10.4.134 "gpspipe -r"</code> |
Aktualna wersja na dzień 12:00, 4 kwi 2024
Serial ports configuration
Available modes for RS232:
- None.
- Forwarding.
- Terminal – Unlocks standard SSH like console on serial port.
- ModBus gateway.
- GPS NMEA – copies NMEA output from GNSS module and sends it to serial port. Included messages are: RMC, GSV, GSA, GGA.
- PTP NMEA – simulates NMEA messages based on PTP synchronization status. Requires PTP to be enabled. Included messages are: RMC, ZDA.
You can get GNSS NMEA data over Ethernet using SSH connection and "gpspipe -r" command, eg.
ssh root@10.10.4.134 "gpspipe -r"