[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 9373cc4a0ec493e77d08a
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: n0nb <n0...@us...> - 2025-12-07 23:17:30
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hamlib -- Ham radio control libraries".
The branch, master has been updated
via 9373cc4a0ec493e77d08a11fec62fb02f1271f5d (commit)
via db2306420b0e14b6bb3e33f181551d84850882fe (commit)
from a5ecc6f0b1c6ef17d8f4db4e99e341c0b553fdd5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9373cc4a0ec493e77d08a11fec62fb02f1271f5d
Author: Mooneer Salem <mo...@gm...>
Date: Sun Dec 7 14:05:39 2025 -0800
Confirmed 230400 works, updating PR.
diff --git a/rigs/kenwood/ts480.c b/rigs/kenwood/ts480.c
index 7f0dca9ff..443fc69de 100644
--- a/rigs/kenwood/ts480.c
+++ b/rigs/kenwood/ts480.c
@@ -1957,7 +1957,7 @@ struct rig_caps qrplabs_qmx_caps =
.dcd_type = RIG_DCD_RIG,
.port_type = RIG_PORT_SERIAL,
.serial_rate_min = 9600,
- .serial_rate_max = 115200,
+ .serial_rate_max = 230400,
.serial_data_bits = 8,
.serial_stop_bits = 1,
.serial_parity = RIG_PARITY_NONE,
commit db2306420b0e14b6bb3e33f181551d84850882fe
Author: Mooneer Salem <mo...@gm...>
Date: Sat Dec 6 18:08:41 2025 -0800
QRPLabs QMX: Set max baud rate to 115200
diff --git a/rigs/kenwood/ts480.c b/rigs/kenwood/ts480.c
index 7cbed12a2..7f0dca9ff 100644
--- a/rigs/kenwood/ts480.c
+++ b/rigs/kenwood/ts480.c
@@ -1957,7 +1957,7 @@ struct rig_caps qrplabs_qmx_caps =
.dcd_type = RIG_DCD_RIG,
.port_type = RIG_PORT_SERIAL,
.serial_rate_min = 9600,
- .serial_rate_max = 256000,
+ .serial_rate_max = 115200,
.serial_data_bits = 8,
.serial_stop_bits = 1,
.serial_parity = RIG_PARITY_NONE,
-----------------------------------------------------------------------
Summary of changes:
rigs/kenwood/ts480.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Hamlib -- Ham radio control libraries
|