More sane modem port protocol handling.

This commit is contained in:
Jonathan Naylor 2021-02-16 22:34:25 +00:00
parent ff9712b36a
commit 8ace65b86d
22 changed files with 454 additions and 181 deletions

View file

@ -43,12 +43,18 @@ File=NXDN.csv
Time=24
[Modem]
# Port=/dev/ttyACM0
Port=/dev/ttyAMA0
# Port=\\.\COM4
# Valid values are "uart", "udp", and (on Linux) "i2c"
Protocol=uart
Speed=460800
# Address=0x22
# The port and speed used for a UART connection
# UARTPort=\\.\COM4
# UARTPort=/dev/ttyACM0
UARTPort=/dev/ttyAMA0
UARTSpeed=460800
# The port and address for an I2C connection
I2CPort=/dev/i2c
I2CAddress=0x22
# IP parameters for UDP connection
TXInvert=1
RXInvert=0
PTTInvert=0