[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. a42e13351b6fe6901b83d
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-03-13 04:53:20
|
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 a42e13351b6fe6901b83d5aaa8ee5facc264d9b1 (commit) from ee6f682963a238b62a7c189e79aad87c90fef877 (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 a42e13351b6fe6901b83d5aaa8ee5facc264d9b1 Author: Michael Black W9MDB <mdb...@ya...> Date: Fri Mar 12 22:51:17 2021 -0600 Update comments in k3.c diff --git a/rigs/kenwood/k3.c b/rigs/kenwood/k3.c index 4b83c295..d93ff6d1 100644 --- a/rigs/kenwood/k3.c +++ b/rigs/kenwood/k3.c @@ -1462,27 +1462,27 @@ int k3_set_split_mode(RIG *rig, vfo_t vfo, rmode_t tx_mode, pbwidth_t tx_width) switch (tx_mode) { case RIG_MODE_PKTLSB: - tx_mode = RIG_MODE_RTTY; // in "DT0" Subband RIG_MODE_RTTY = USB and RIG_MODE_RTTYR = LSB + tx_mode = RIG_MODE_RTTY; // "DT0" RIG_MODE_RTTY = LSB snprintf(cmd_m, sizeof(cmd_m), - "DT0"); /* DATA A mode - DATA (REV) on LSB optimized for HF Packet, VFO dial is suppressed carrier QRG */ + "DT0"); /* DATA A mode - DATA-R LSB, suppressed carrier */ break; case RIG_MODE_PKTUSB: - tx_mode = RIG_MODE_RTTYR; // in "DT0" Subband RIG_MODE_RTTY = USB and RIG_MODE_RTTYR = LSB + tx_mode = RIG_MODE_RTTYR; // "DT0" RIG_MODE_RTTYR = USB snprintf(cmd_m, sizeof(cmd_m), - "DT0"); /* DATA A mode - AFSK on USB general, VFO dial is suppressed carrier QRG */ + "DT0"); /* DATA A mode - DATA on USB, suppressed carrier */ break; case RIG_MODE_RTTY: - tx_mode = RIG_MODE_RTTY; // in "DT1" Subband RIG_MODE_RTTY = LSB and RIG_MODE_RTTYR = USB + tx_mode = RIG_MODE_RTTY; // DT1" RIG_MODE_RTTY = LSB and RIG_MODE_RTTYR = USB snprintf(cmd_m, sizeof(cmd_m), "DT1"); /* FSK D mode - direct FSK on LSB optimized for RTTY, VFO dial is MARK */ break; case RIG_MODE_RTTYR: - tx_mode = RIG_MODE_RTTYR; // in "DT2" Subband RIG_MODE_RTTY = LSB and RIG_MODE_RTTYR = USB + tx_mode = RIG_MODE_RTTYR; // "DT2" RIG_MODE_RTTY = USB and RIG_MODE_RTTYR = USB snprintf(cmd_m, sizeof(cmd_m), - "DT2"); /* FSK D mode - direct FSK keying, LSB is "normal", VFO dial is MARK */ + "DT2"); /* FSK D mode - direct FSK on USB optimized for RTTY, VFO dial is MARK */ break; case RIG_MODE_PSK: ----------------------------------------------------------------------- Summary of changes: rigs/kenwood/k3.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |