From 8d31808ae89fbb9756c468d3b8047507d149c0d7 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 24 Nov 2020 16:24:32 +0000 Subject: [PATCH] Increase serial port speed to 460800. --- MMDVM.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MMDVM.ini b/MMDVM.ini index f35e75e..a6ae4e8 100644 --- a/MMDVM.ini +++ b/MMDVM.ini @@ -37,10 +37,10 @@ Time=24 [Modem] # Port=/dev/ttyACM0 -# Port=/dev/ttyAMA0 -Port=\\.\COM4 +Port=/dev/ttyAMA0 +# Port=\\.\COM4 Protocol=uart -Speed=115200 +Speed=460800 # Address=0x22 TXInvert=1 RXInvert=0