From cb78ed984a0ed78b39515a8fd3f13c01f9828c6c Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Tue, 27 Dec 2022 13:02:01 +0100 Subject: [PATCH] reduced rigctld connection chunk size - attempt fixing the ptt delay problem --- tnc/rigctld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnc/rigctld.py b/tnc/rigctld.py index 76308fe5..1c400458 100644 --- a/tnc/rigctld.py +++ b/tnc/rigctld.py @@ -122,7 +122,7 @@ class radio: self.connected = False try: - return self.connection.recv(1024) + return self.connection.recv(128) except Exception: self.log.warning( "[RIGCTLD] No command response!",