mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
More sane modem port protocol handling.
This commit is contained in:
parent
ff9712b36a
commit
8ace65b86d
22 changed files with 454 additions and 181 deletions
16
MMDVM.ini
16
MMDVM.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue