开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Unable to init FLRIG


 

Good evening,
?
I am new to Flrig/Fldigi.? I followed instructions on this video , but am getting an error when I try to init flrig.? I am using a Yaesu FT891 with Digirig.? If anyone has any suggestions, I would greatly appreciate it.
?
Error:? Transceiver not responding!
?
?
Here is the results of my trace:
flrig 2.0.05
03:32:06.218 : check()
03:32:06.343 : ?S: ?FA; ?R: ?
?
?
From debug_log:
[03:32:06.129] I: ConfigurePortA:?
Set Comm State:
DCB.DCBlength ? ? ? 28
DCB.Baudrate ? ? ? ?19200
DCB.ByteSize ? ? ? ?8
DCB.Parity ? ? ? ? ?0
DCB.StopBits ? ? ? ?0
DCB.Binary ? ? ? ? ?1
DCB.fDtrControl ? ? 0
DCB.fRtsControl ? ? 1
DCB.fDsrSensitivity 0
DCB.fParity ? ? ? ? 0
DCB.fOutX ? ? ? ? ? 0
DCB.fInX ? ? ? ? ? ?0
DCB.fNull ? ? ? ? ? 0
DCB.XonChar ? ? ? ? 17
DCB.XoffChar ? ? ? ?19
DCB.fAbortOnError ? 0
DCB.fOutxCtsFlow ? ?0
DCB.fOutxDsrFlow ? ?0
[03:32:06.139] I: SetCommunicationTimeouts:?
============ ? ? COMM TIMEOUTS ? ? ================
Saved Read Interval Timeout............... 0
Saved Read Total Timeout Multiplier....... 0
Saved Read Total Timeout Constant Timeout. 0
Saved Write Total Timeout Constant........ 0
Saved Write Total Timeout Multiplier...... 0
===================================================
Set Read Interval Timeout................. -1
Set Read Total Timeout Multiplier......... -1
Set Read Total Timeout Constant Timeout... 1
Set Write Total Timeout Constant.......... 0
Set Write Total Timeout Multiplier........ 0
===================================================
[03:32:06.155] D: startXcvrSerial:?
Serial port:
? ? Port ? ? : COM3
? ? Baud ? ? : 6
? ? Stopbits : 1
? ? Retries ?: 2
? ? Timeout ?: 50
? ? Loop ? ? : 500
? ? RTSCTS ? : 1
? ? CATptt ? : 1
? ? RTSptt ? : 0
? ? DTRptt ? : 0
? ? RTS+ ? ? : 0
? ? DTR+ ? ? : 0
[03:32:06.296] E: ReadBuffer: ReadBuffer FAILED [15.62 msec], read 0 bytes
[03:32:06.327] E: ReadBuffer: ReadBuffer FAILED [15.62 msec], read 0 bytes


 

I don't have that equipment, but I can see that the Stopbits=1 in the COM3 report does not match the DCB.StopBits=0 in the CommState.

I don't know if COM3 baud=6 (probably referencing the 6th or th entry in some table) matches DCB.Baudrate=19200 or not.

I do know that if your configuration in FLRIG doesn't match the actual serial device settings then you will have issues as the error dialog informs.

My understanding is that you should only be using the digirig as an audio device and your CAT control will be direct to the radio.

There are plenty of videos about setting up the ft891 for data modes.? Some aspects of the configuration are radio-specific. I didn't watch the 38 minute video you linked to see if he was using the same hardware or not. Here is one example video that also uses a digirig although not specifically setting up for flrig in this video.

In the sample video, his radio baud rate is 9600.and he provides the menu location for verifying your rig's setup.? The config in flrig has to match the transceiver menu settings. If you can get any piece of software to talk to the radio's serial device, all other software should work with a similar configuration.

73 de AE4ON


On Wed, Jan 22, 2025, 1:05?PM Bryan KI5HAV via <ki5hav=[email protected]> wrote:
Good evening,
?
I am new to Flrig/Fldigi.? I followed instructions on this video , but am getting an error when I try to init flrig.? I am using a Yaesu FT891 with Digirig.? If anyone has any suggestions, I would greatly appreciate it.
?
Error:? Transceiver not responding!
?
?
Here is the results of my trace:
flrig 2.0.05
03:32:06.218 : check()
03:32:06.343 : ?S: ?FA; ?R: ?
?
?
From debug_log:
[03:32:06.129] I: ConfigurePortA:?
Set Comm State:
DCB.DCBlength ? ? ? 28
DCB.Baudrate ? ? ? ?19200
DCB.ByteSize ? ? ? ?8
DCB.Parity ? ? ? ? ?0
DCB.StopBits ? ? ? ?0
DCB.Binary ? ? ? ? ?1
DCB.fDtrControl ? ? 0
DCB.fRtsControl ? ? 1
DCB.fDsrSensitivity 0
DCB.fParity ? ? ? ? 0
DCB.fOutX ? ? ? ? ? 0
DCB.fInX ? ? ? ? ? ?0
DCB.fNull ? ? ? ? ? 0
DCB.XonChar ? ? ? ? 17
DCB.XoffChar ? ? ? ?19
DCB.fAbortOnError ? 0
DCB.fOutxCtsFlow ? ?0
DCB.fOutxDsrFlow ? ?0
[03:32:06.139] I: SetCommunicationTimeouts:?
============ ? ? COMM TIMEOUTS ? ? ================
Saved Read Interval Timeout............... 0
Saved Read Total Timeout Multiplier....... 0
Saved Read Total Timeout Constant Timeout. 0
Saved Write Total Timeout Constant........ 0
Saved Write Total Timeout Multiplier...... 0
===================================================
Set Read Interval Timeout................. -1
Set Read Total Timeout Multiplier......... -1
Set Read Total Timeout Constant Timeout... 1
Set Write Total Timeout Constant.......... 0
Set Write Total Timeout Multiplier........ 0
===================================================
[03:32:06.155] D: startXcvrSerial:?
Serial port:
? ? Port ? ? : COM3
? ? Baud ? ? : 6
? ? Stopbits : 1
? ? Retries ?: 2
? ? Timeout ?: 50
? ? Loop ? ? : 500
? ? RTSCTS ? : 1
? ? CATptt ? : 1
? ? RTSptt ? : 0
? ? DTRptt ? : 0
? ? RTS+ ? ? : 0
? ? DTR+ ? ? : 0
[03:32:06.296] E: ReadBuffer: ReadBuffer FAILED [15.62 msec], read 0 bytes
[03:32:06.327] E: ReadBuffer: ReadBuffer FAILED [15.62 msec], read 0 bytes