[Hamlib-developer] Fwd: [WSJTX] OOB and frequency shifted on display #CAT #Cat_RigControl #frequenc
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Adrian <vk...@gm...> - 2025-07-07 10:34:21
|
Developers, FYI concerning an issue with FT-847 selection in wsjtx, which is problematic, vs fine operation in MSHV, which does not use hamlib. Please see below; -------- Forwarded Message -------- Subject: Re: [WSJTX] OOB and frequency shifted on display #CAT #Cat_RigControl #frequency Resent-Date: Mon, 07 Jul 2025 01:35:04 -0700 Resent-From: vk...@gm... Date: Mon, 7 Jul 2025 18:34:59 +1000 From: Adrian Fewster via groups.io <vk4tux=gma...@gr...> Reply-To: ma...@WS... To: ma...@WS... Yes MSHV , has its own CAT instruction defined, i.e; in source code /MSHV_2763/src/HvRigControl/HvRigCat/yaesu yaesu.cpp /* MSHV Part from RigControl * Copyright 2015 Hrisimir Hristov, LZ2HV * May be used under the terms of the GNU General Public License (GPL) */ #include "yaesu.h" #include "yaesu_def.h" #include "../hvutils.h" #include <stdio.h> #include <QTimer> //#include <QtGui> #define YAESU_CMD_LENGTH 5 #define NEWCAT 201 #define USECMD 202 #define PMR0 203 #define FI 0x3b //end of fraze NEWCAT -> ; <snip> //FT-847 {{ 1, { 0x00, 0x00, 0x00, 0x00, 0x08 } }, /* ptt on */ { 1, { 0x00, 0x00, 0x00, 0x01, 0x88 } }, /* ptt off */ { 0, { 0x00, 0x00, 0x00, 0x00, 0x01 } }, /* set freq */ { 1, { 0x00, 0x00, 0x00, 0x00, 0x03 } }, /* get FREQ and MODE status */ { 1, { 0x01, 0x00, 0x00, 0x00, 0x07 } }, /* mode set main USB */ { 1, { 0x01, 0x00, 0x00, 0x00, 0x07 } }, /* mode set main DIGU */ { 1, { 0x00, 0x00, 0x00, 0x00, 0x03 } }, /* get FREQ and MODE status */ { USECMD, { 0x00, 0x00, 0x00, 0x00, 0x00 } }, /* CAT = On */ { USECMD, { 0x00, 0x00, 0x00, 0x00, 0x80 } },}, /* CAT = Off */ <snip> 73 vk4tux On 7/7/25 18:09, eichi200 via groups.io wrote: > I also tried out MSHV. And guess what: I get no OOB and the frequency > displayed correctly. This with the exact same hardware setup. So it > must be WSTJ-X or Hamlib related. > Original Issue ; _" eic...@gm..._<https://wsjtx.groups.io/g/main/topic/113834442#> Jun 26#56386 // <https://wsjtx.groups.io/g/main/message/56386> For a few years my setup consiting of a Yaesu FT-847 controlled via CAT worked just fine. All of a sudden I get "OOB" and when tuned on 20 Meters, the display on the WSJTX shows 407.400 010. So this seems to be a character (or bit) shift (the "1" is missing in front) Hans anyone experienced that before? Thank you all and 73 -- HB9HJY " 73 vk4tux |