|
Re: FTDX3000 ACLOG FLDIGI
Depends on a lot of things. Like who placed the spot and where that person is located. Spots placed from a European station may not be heard at your location. My DX Cluster filters are set to only
Depends on a lot of things. Like who placed the spot and where that person is located. Spots placed from a European station may not be heard at your location. My DX Cluster filters are set to only
|
By
Fred K2DFC
·
#32699
·
|
|
Re: Thanks for FLRIG
Iād not considered a port conflict. Best advice yet. Thanks!!!!
Iād not considered a port conflict. Best advice yet. Thanks!!!!
|
By
KevinA-KF0BSQ
·
#32698
·
|
|
Re: Thanks for FLRIG
Kevin,
You may be unintentionally trying to use one port on the 991 for both applications and getting a port conflict. The FT-991A has two independent ports on the back, one USB and the other serial.
Kevin,
You may be unintentionally trying to use one port on the 991 for both applications and getting a port conflict. The FT-991A has two independent ports on the back, one USB and the other serial.
|
By
Mike KA2JAI
·
#32697
·
|
|
Re: Thanks for FLRIG
I believe that I got mine working using OmniRig. However my setup is a bit different... I am using Win4Yaesu to run multiple programs concurrently, and couldn't get JS8CALL to work with it either. I
I believe that I got mine working using OmniRig. However my setup is a bit different... I am using Win4Yaesu to run multiple programs concurrently, and couldn't get JS8CALL to work with it either. I
|
By
Neil Preston W0NRP
·
#32696
·
|
|
Re: Thanks for FLRIG
JS8Call has hamlib built-in statically -- you can't upgrade Hamlib alone.
It has a very old version of Hamlib
Mike W9MDB
JS8Call has hamlib built-in statically -- you can't upgrade Hamlib alone.
It has a very old version of Hamlib
Mike W9MDB
|
By
Mike Black
·
#32695
·
|
|
Re: Thanks for FLRIG
I've been through every setting on my FT-991A, JS8, FLDIGI and FLRIG and still I cannot have FLDIGI and JS8 open at the same time. Even when selecting FLRIG as the "radio" in JS8, it keeps throwing a
I've been through every setting on my FT-991A, JS8, FLDIGI and FLRIG and still I cannot have FLDIGI and JS8 open at the same time. Even when selecting FLRIG as the "radio" in JS8, it keeps throwing a
|
By
KevinA-KF0BSQ
·
#32694
·
|
|
Re: Question about XMLRPC - Line Feed/Carriage Return
#fldigi
That will work for the instance of \n. You would need other escape sequences for \t \b etc.
Code review is always good for the gray matter. š
The
That will work for the instance of \n. You would need other escape sequences for \t \b etc.
Code review is always good for the gray matter. š
The
|
By
Dave
·
#32693
·
|
|
Re: Question about XMLRPC - Line Feed/Carriage Return
#fldigi
Thank you A LOT Dave for digging this deeply in the issue.
I was going crazy trying to find where the issue was within the Python libraries, etc.
Good to know that it is a design choice of FLDIGI,
Thank you A LOT Dave for digging this deeply in the issue.
I was going crazy trying to find where the issue was within the Python libraries, etc.
Good to know that it is a design choice of FLDIGI,
|
By
makkiato@...
·
#32692
·
|
|
Re: Question about XMLRPC - Line Feed/Carriage Return
#fldigi
I modified the event logger in fldigi to show the hex characters received from the Python interpreter
This is on a Linux machine. Behavior is idential
I modified the event logger in fldigi to show the hex characters received from the Python interpreter
This is on a Linux machine. Behavior is idential
|
By
Dave
·
#32691
·
|
|
Re: Question about XMLRPC - Line Feed/Carriage Return
#fldigi
You might want to learn how to build from source: https://sourceforge.net/p/fldigi/wiki/osx_howto/
that will give you the ability to execute using lldb, the MacOS
You might want to learn how to build from source: https://sourceforge.net/p/fldigi/wiki/osx_howto/
that will give you the ability to execute using lldb, the MacOS
|
By
Dave
·
#32690
·
|
|
Re: Question about XMLRPC - Line Feed/Carriage Return
#fldigi
It is the file:
fldigi-4.1.23_BS.dmg
downloaded from https://sourceforge.net/projects/fldigi/files/fldigi/
>> cksum fldigi-4.1.23_BS.dmg
2046818309 14831010 fldigi-4.1.23_BS.dmg
It is the file:
fldigi-4.1.23_BS.dmg
downloaded from https://sourceforge.net/projects/fldigi/files/fldigi/
>> cksum fldigi-4.1.23_BS.dmg
2046818309 14831010 fldigi-4.1.23_BS.dmg
|
By
makkiato@...
·
#32689
·
|
|
Re: Question about XMLRPC - Line Feed/Carriage Return
#fldigi
Python (and all other software) is will interpret \n as either LF or CR/LF -- it's OS dependent
\n is "new line" -- whatever that takes on the device being used.
Windows is well known to need CR/LF
Python (and all other software) is will interpret \n as either LF or CR/LF -- it's OS dependent
\n is "new line" -- whatever that takes on the device being used.
Windows is well known to need CR/LF
|
By
Mike Black
·
#32688
·
|
|
Re: Question about XMLRPC - Line Feed/Carriage Return
#fldigi
Are you building the fldig app from source or using one of the dmg's ?
David
On 11/30/22 06:59, makkiato via groups.io wrote:
Are you building the fldig app from source or using one of the dmg's ?
David
On 11/30/22 06:59, makkiato via groups.io wrote:
|
By
Dave
·
#32687
·
|
|
Re: Question about XMLRPC - Line Feed/Carriage Return
#fldigi
Thanks Michael but that is not the point of my question.
My goal is to have an arbitrary binary sequence as input, and to send it out *as is* with FLDIGI, without any modifications.
Remark: Of
Thanks Michael but that is not the point of my question.
My goal is to have an arbitrary binary sequence as input, and to send it out *as is* with FLDIGI, without any modifications.
Remark: Of
|
By
makkiato@...
·
#32686
·
|
|
Re: Question about XMLRPC - Line Feed/Carriage Return
#fldigi
Use \r instead of \n
Mike W9MDB
On Wednesday, November 30, 2022 at 06:48:22 AM CST, makkiato via groups.io
Use \r instead of \n
Mike W9MDB
On Wednesday, November 30, 2022 at 06:48:22 AM CST, makkiato via groups.io
|
By
Mike Black
·
#32685
·
|
|
Re: Question about XMLRPC - Line Feed/Carriage Return
#fldigi
Thank you Dave for the kind reply.
I am using FLDIGI (ver. 4.1.23, the latest version) for MacOSX.
I am interacting with the XMLRPC using Python3.
The following sequence of commands (from standard
Thank you Dave for the kind reply.
I am using FLDIGI (ver. 4.1.23, the latest version) for MacOSX.
I am interacting with the XMLRPC using Python3.
The following sequence of commands (from standard
|
By
makkiato@...
·
#32684
·
|
|
Re: Question about XMLRPC - Line Feed/Carriage Return
#fldigi
fldigi does not convert the \n to \r\n during execution of the text.add_tx_bytes method. What software are you using to
create the string message
send
fldigi does not convert the \n to \r\n during execution of the text.add_tx_bytes method. What software are you using to
create the string message
send
|
By
Dave
·
#32683
·
|
|
Question about XMLRPC - Line Feed/Carriage Return
#fldigi
Hello,
I am trying to play a bit with FLDIGI's RPC.
I see a strange behaviour. Basically when adding a string of BYTES to the TX-widget, using the method "text.add_tx_bytes"
Any occurrence of the
Hello,
I am trying to play a bit with FLDIGI's RPC.
I see a strange behaviour. Basically when adding a string of BYTES to the TX-widget, using the method "text.add_tx_bytes"
Any occurrence of the
|
By
makkiato@...
·
#32682
·
|
|
Re: flrig1.4.7.54 won't run with xiegu g90 under Win10
Great! Enjoy.
It's a mystery, but sometimes the config file gets corrupted and then strange things happen.
73,
Cliff, AE5ZA
Great! Enjoy.
It's a mystery, but sometimes the config file gets corrupted and then strange things happen.
73,
Cliff, AE5ZA
|
By
Cliff
·
#32681
·
|
|
Re: flrig1.4.7.54 won't run with xiegu g90 under Win10
Yep. That worked! Thanks
KO4HNB Tom
Yep. That worked! Thanks
KO4HNB Tom
|
By
Tom
·
#32680
·
|