[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. a5ca77a66f8066cc734a5
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-17 04:47:38
|
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 a5ca77a66f8066cc734a5e077ae078dccf1c9870 (commit) from 8595c244e4cd3705212a652bfad0b2a2a49cf178 (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 a5ca77a66f8066cc734a5e077ae078dccf1c9870 Author: Michael Black W9MDB <mdb...@ya...> Date: Sat Jan 16 22:45:17 2021 -0600 Change all Yaeus rigs to 2 stop bits https://github.com/Hamlib/Hamlib/issues/511 diff --git a/rigs/yaesu/ft2000.c b/rigs/yaesu/ft2000.c index c4428cf0..c8b35020 100644 --- a/rigs/yaesu/ft2000.c +++ b/rigs/yaesu/ft2000.c @@ -101,7 +101,7 @@ const struct rig_caps ft2000_caps = .serial_rate_min = 4800, /* Default rate per manual */ .serial_rate_max = 38400, .serial_data_bits = 8, - .serial_stop_bits = 1, /* Assumed since manual makes no mention */ + .serial_stop_bits = 2, /* Assumed since manual makes no mention */ .serial_parity = RIG_PARITY_NONE, .serial_handshake = RIG_HANDSHAKE_HARDWARE, .write_delay = FT2000_WRITE_DELAY, diff --git a/rigs/yaesu/ft3000.c b/rigs/yaesu/ft3000.c index c06274b6..1b0197e6 100644 --- a/rigs/yaesu/ft3000.c +++ b/rigs/yaesu/ft3000.c @@ -104,7 +104,7 @@ const struct rig_caps ftdx3000_caps = .serial_rate_min = 4800, /* Default rate per manual */ .serial_rate_max = 38400, .serial_data_bits = 8, - .serial_stop_bits = 1, /* Assumed since manual makes no mention */ + .serial_stop_bits = 2, /* Assumed since manual makes no mention */ .serial_parity = RIG_PARITY_NONE, .serial_handshake = RIG_HANDSHAKE_HARDWARE, .write_delay = FTDX5000_WRITE_DELAY, diff --git a/rigs/yaesu/ft450.c b/rigs/yaesu/ft450.c index 7bd00548..f3ac27d3 100644 --- a/rigs/yaesu/ft450.c +++ b/rigs/yaesu/ft450.c @@ -54,7 +54,7 @@ const struct rig_caps ft450_caps = .serial_rate_min = 4800, /* Default rate per manual */ .serial_rate_max = 38400, .serial_data_bits = 8, - .serial_stop_bits = 1, /* Assumed since manual makes no mention */ + .serial_stop_bits = 2, /* Assumed since manual makes no mention */ .serial_parity = RIG_PARITY_NONE, .serial_handshake = RIG_HANDSHAKE_HARDWARE, .write_delay = FT450_WRITE_DELAY, diff --git a/rigs/yaesu/ft5000.c b/rigs/yaesu/ft5000.c index 58c0327e..4baeecb3 100644 --- a/rigs/yaesu/ft5000.c +++ b/rigs/yaesu/ft5000.c @@ -98,7 +98,7 @@ const struct rig_caps ftdx5000_caps = .serial_rate_min = 4800, /* Default rate per manual */ .serial_rate_max = 38400, .serial_data_bits = 8, - .serial_stop_bits = 1, /* Assumed since manual makes no mention */ + .serial_stop_bits = 2, /* Assumed since manual makes no mention */ .serial_parity = RIG_PARITY_NONE, .serial_handshake = RIG_HANDSHAKE_HARDWARE, .write_delay = FTDX5000_WRITE_DELAY, diff --git a/rigs/yaesu/ft891.c b/rigs/yaesu/ft891.c index adc5efa4..1e99e713 100644 --- a/rigs/yaesu/ft891.c +++ b/rigs/yaesu/ft891.c @@ -60,7 +60,7 @@ const struct rig_caps ft891_caps = .serial_rate_min = 4800, /* Default rate per manual */ .serial_rate_max = 38400, .serial_data_bits = 8, - .serial_stop_bits = 1, /* Assumed since manual makes no mention */ + .serial_stop_bits = 2, /* Assumed since manual makes no mention */ .serial_parity = RIG_PARITY_NONE, .serial_handshake = RIG_HANDSHAKE_HARDWARE, .write_delay = FT891_WRITE_DELAY, diff --git a/rigs/yaesu/ft9000.c b/rigs/yaesu/ft9000.c index 746225c7..04d623d8 100644 --- a/rigs/yaesu/ft9000.c +++ b/rigs/yaesu/ft9000.c @@ -61,7 +61,7 @@ const struct rig_caps ft9000_caps = .serial_rate_min = 4800, /* Default rate per manual */ .serial_rate_max = 38400, .serial_data_bits = 8, - .serial_stop_bits = 1, /* Assumed since manual makes no mention */ + .serial_stop_bits = 2, /* Assumed since manual makes no mention */ .serial_parity = RIG_PARITY_NONE, .serial_handshake = RIG_HANDSHAKE_HARDWARE, .write_delay = FT9000_WRITE_DELAY, diff --git a/rigs/yaesu/ft950.c b/rigs/yaesu/ft950.c index 2d59ac14..54cff564 100644 --- a/rigs/yaesu/ft950.c +++ b/rigs/yaesu/ft950.c @@ -99,7 +99,7 @@ const struct rig_caps ft950_caps = .serial_rate_min = 4800, /* Default rate per manual */ .serial_rate_max = 38400, .serial_data_bits = 8, - .serial_stop_bits = 1, /* Assumed since manual makes no mention */ + .serial_stop_bits = 2, /* Assumed since manual makes no mention */ .serial_parity = RIG_PARITY_NONE, .serial_handshake = RIG_HANDSHAKE_HARDWARE, .write_delay = FT950_WRITE_DELAY, diff --git a/rigs/yaesu/ft991.c b/rigs/yaesu/ft991.c index ecf67299..89fd2014 100644 --- a/rigs/yaesu/ft991.c +++ b/rigs/yaesu/ft991.c @@ -59,7 +59,7 @@ const struct rig_caps ft991_caps = .serial_rate_min = 4800, /* Default rate per manual */ .serial_rate_max = 38400, .serial_data_bits = 8, - .serial_stop_bits = 1, /* Assumed since manual makes no mention */ + .serial_stop_bits = 2, /* Assumed since manual makes no mention */ .serial_parity = RIG_PARITY_NONE, .serial_handshake = RIG_HANDSHAKE_HARDWARE, .write_delay = FT991_WRITE_DELAY, diff --git a/rigs/yaesu/ftdx10.c b/rigs/yaesu/ftdx10.c index 40498068..4a911768 100644 --- a/rigs/yaesu/ftdx10.c +++ b/rigs/yaesu/ftdx10.c @@ -86,7 +86,7 @@ const struct rig_caps ftdx10_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 = FTDX10_WRITE_DELAY, ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/ft2000.c | 2 +- rigs/yaesu/ft3000.c | 2 +- rigs/yaesu/ft450.c | 2 +- rigs/yaesu/ft5000.c | 2 +- rigs/yaesu/ft891.c | 2 +- rigs/yaesu/ft9000.c | 2 +- rigs/yaesu/ft950.c | 2 +- rigs/yaesu/ft991.c | 2 +- rigs/yaesu/ftdx10.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |