[Hamlib-commits] Hamlib -- Ham radio control libraries branch Hamlib-4.7 updated. a67f9488a0065a848
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: n0nb <n0...@us...> - 2025-12-07 23:23:24
|
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, Hamlib-4.7 has been updated
via a67f9488a0065a848fc217b592e9656dd77e3bc3 (commit)
via 76a58d72dbc8126c492d9f911b9bb6196032664d (commit)
from c1e282fe653a390fdb6810a9ea772c0260ad05ca (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 a67f9488a0065a848fc217b592e9656dd77e3bc3
Author: Mooneer Salem <mo...@gm...>
Date: Sun Dec 7 14:05:39 2025 -0800
Confirmed 230400 works, updating PR.
(cherry picked from commit 9373cc4a0ec493e77d08a11fec62fb02f1271f5d)
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 76a58d72dbc8126c492d9f911b9bb6196032664d
Author: Mooneer Salem <mo...@gm...>
Date: Sat Dec 6 18:08:41 2025 -0800
QRPLabs QMX: Set max baud rate to 115200
(cherry picked from commit db2306420b0e14b6bb3e33f181551d84850882fe)
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
|