Edit the file
src/rigs/yaesu/FT747.cxx and change these lines
bool RIG_FT747::check()
{
??????? init_cmd();
??????? cmd[3] = 0x01;
??????? cmd[4] = 0xFA;
??????? int ret = waitN(28, 100, "check", HEX);
??????? if (ret >= 28) return true;
??????? return false;
}
to
bool RIG_FT747::check()
{
??? ??? return true;
??????? init_cmd();
??????? cmd[3] = 0x01;
??????? cmd[4] = 0xFA;
??????? int ret = waitN(28, 100, "check", HEX);
??????? if (ret >= 28) return true;
??????? return false;
}
Recompile and test.? Let me know your results.
David, W1HKJ
On 1/29/24 06:15, Adrian Fewster,
VK4TUX wrote:
toggle quoted message
Show quoted text
I spent about 3-4 hours going through all FLrig archive macos
dmgs from earliest to latest today. Loaded vcp ftdi drivers
etc,?
however with FT-747, 4800 bps, 2 stop bits, RTS/DTR high,
selected in FLrig, it would not connect to my FT-747GX and same
port
that works with wsjtx 2..5.4, and can set freq, and cat ptt
etc.
I thought I read somewhere that there are two versions of
FT-747 CAT protocol ?, perhaps the GX is not supported ? No play
here.
HRD does not seem to support it either.., tried it under
crossover on the Catalina MacBook.
73
vk4tux
On 29/1/24 17:49, Adrian Fewster,
VK4TUX via groups.io wrote:
Yes I know rigcat and fldigi, however neither provides a
wsjtx radio interface like flrig,
which is what I need. I may have to run HRD in
crossover/wine/bottles etc.
73
vk4tux
On 29/1/24 17:14, N5VMO Pat wrote:
Look
up "RIGcat" and how to load it and use with Fldigi suit
of programs =)?? I do not have a Apple product to try
out the OS .... but have used Linux OS and Windblows OS
without problems =)??? The other is your interface cable
.... I use real DB-9 and real serial cards that were
open source =)
On Sun, Jan 28, 2024 at
11:43?PM Adrian Fewster, VK4TUX <
vk4tux@...>
wrote:
Does anyone have the
FT-747 connected to FLrig ok on macbook ?
I have tried many versions with no luck.
wsjtx connects cat/catptt ok, but has the poll read
issue with x100 jump in frequency with 048 tail.
I thought using FLrig as the radio interface may solve
the issue, esp when using split.
73
vk4tux
--