[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. fda709c7af2fee6fe8d09
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-25 04:43:35
|
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 fda709c7af2fee6fe8d09226c8de6b9833613fce (commit) from 1b89407a8d64a6895f935afc8dec8f032336be16 (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 fda709c7af2fee6fe8d09226c8de6b9833613fce Author: Michael Black W9MDB <mdb...@ya...> Date: Sun Jan 24 22:43:07 2021 -0600 Change FTDX101 to 2 stop bits diff --git a/rigs/yaesu/ftdx101.c b/rigs/yaesu/ftdx101.c index 24a77bd3..173b3ce2 100644 --- a/rigs/yaesu/ftdx101.c +++ b/rigs/yaesu/ftdx101.c @@ -76,7 +76,7 @@ const struct rig_caps ftdx101d_caps = RIG_MODEL(RIG_MODEL_FTDX101D), .model_name = "FTDX-101D", .mfg_name = "Yaesu", - .version = NEWCAT_VER ".7", + .version = NEWCAT_VER ".8z .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, @@ -86,7 +86,7 @@ const struct rig_caps ftdx101d_caps = .serial_rate_min = 4800, .serial_rate_max = 38400, .serial_data_bits = 8, - .serial_stop_bits = 1, + .serial_stop_bits = 2, .serial_parity = RIG_PARITY_NONE, .serial_handshake = RIG_HANDSHAKE_HARDWARE, .write_delay = FTDX101_WRITE_DELAY, ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/ftdx101.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |