Szablon: Webnative portsconfiguration: Różnice pomiędzy wersjami
Z Elproma Wiki Knowledge Base
(Utworzono nową stronę "<b>Ports configuration</b> page") |
|||
(Nie pokazano 2 pośrednich wersji utworzonych przez tego samego użytkownika) | |||
Linia 1: | Linia 1: | ||
< | ==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.<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"