From 3e99e4d6208f02cafa69b0b16827dbd82ff8e187 Mon Sep 17 00:00:00 2001 From: "Ralph A. Schmid" Date: Tue, 13 Feb 2018 13:45:27 +0100 Subject: [PATCH] Adding a modem port template Adding the line # Port=/dev/ttyAMA0 to MMDVM.ini [Modem] section, to make it easier to try out the correct port setting fore the more and more commonly used STM32 Pi hat boards. --- MMDVM.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/MMDVM.ini b/MMDVM.ini index ea89710..097637b 100644 --- a/MMDVM.ini +++ b/MMDVM.ini @@ -38,6 +38,7 @@ Time=24 [Modem] # Port=/dev/ttyACM0 +# Port=/dev/ttyAMA0 Port=\\.\COM3 TXInvert=1 RXInvert=0