Hi Darrin
I found the reason for the issue. The application I am using sends the command to PowerSDR with this code: SerialPort1.WriteLine("ZZDU;"). The Line Feed command causes the issue. Replacing the command with: SerialPort1.Write("ZZDU;") the issue is solved.
Thanks
Gino
Search found 5 matches
- Thu May 22, 2025 3:53 am
- Forum: PowerSDR KE9NS v2.8
- Topic: PowerSdr output buffer Topic is solved
- Replies: 3
- Views: 4043
- Tue May 20, 2025 12:13 pm
- Forum: PowerSDR KE9NS v2.8
- Topic: PowerSdr output buffer Topic is solved
- Replies: 3
- Views: 4043
Re: PowerSdr output buffer Topic is solved
I can't test this problem in the live version yet, so I don't know if the problem only occurs in the Demo version.
- Mon May 19, 2025 5:15 am
- Forum: PowerSDR KE9NS v2.8
- Topic: PowerSdr output buffer Topic is solved
- Replies: 3
- Views: 4043
PowerSdr output buffer Topic is solved
I am testing an application that communicates with the PowerSdr v2.8.0.311 Demo through a virtual serial port. A strange thing happens. Every time I send PowerSdr a CAT command that expects a response, such as ZZDU;, I do not receive only the response to that command, but a string with all the comma...
- Wed Nov 15, 2023 1:18 pm
- Forum: PowerSDR KE9NS v2.8
- Topic: Band change protection when trasmitting
- Replies: 3
- Views: 18743
Re: Band change protection when trasmitting
Hi Darrin, thanks for the reply which is a good solution to my problem. However I found a workaround that might be also interesting. The application I'm writing controls my DIY linear amplifier entirely from a PC. When I press the PTT on the Flex, starts the transmission sequencer on the amplifier, ...
- Fri Nov 10, 2023 5:30 pm
- Forum: PowerSDR KE9NS v2.8
- Topic: Band change protection when trasmitting
- Replies: 3
- Views: 18743
Band change protection when trasmitting
I am writing a software to drive a home made solid state linear amplifier with my Flex 3K and Arduino. I searched a CAT command to inhibit the accidental band change on the Fex 3K while the rig is in trasmission state, maybe disabling the band keyboard, but I have not found any useful command. Any s...