Keyboard Shortcuts
Likes
- QRPLabs
- Messages
Search
Re: #qmx SSB Firmware beta 1_01_004 release
#qmx
On Thu, Apr 24, 2025 at 02:29 PM, Brian KB9WFS wrote:
I would not spend any time making changes to support end of life or soon to be end of life operating systems.Hello Brian, may I send you my bank account number to get money to by all the new stuff to use for field operation? ?
73 Ludwig |
Re: FT8CN Getting it to Work!
I use FT8CN in POTA for activations (Android).
Calling CQ works well. ?Searching, e.g., for P2P QSOs, is more difficult with the limited screen.
The configuration settings are sufficiently commented ("?" , English), I disabled tracking because calls have to be deleted manually and as a block after the QSO.
The log is sufficient for POTA.
Conclusion: I save 1.5 kg (PC) of weight during POTA activations, which is a lot in a backpack. Normal QSOs are limited by the small screen and handling.
73 Reiner |
Re: #qmx SSB Firmware beta 1_01_004 release
#qmx
I would not spend any time making changes to support end of life or soon to be end of life operating systems. |
Re: qmx SSB Firmware beta 1_01_004 release + WSJT-X
¿ªÔÆÌåÓýHi Stan ¡ I had set my polling to 10sec as Hans had suggested. Thanks for your input. ? Dick, K5AND ? From: [email protected] <[email protected]> On Behalf Of Stan Dye via groups.io
Sent: Thursday, April 24, 2025 1:34 AM To: [email protected] Subject: Re: [QRPLabs] qmx SSB Firmware beta 1_01_004 release + WSJT-X ? On Wed, Apr 23, 2025 at 03:41 PM, Dick Hanson wrote:
I have just been operating FT8 with lots of contacts on 40m for over an hour now, with no com port problems.? For the last half-hour, I also connected to the QMX terminal and started the "Input analysis" screen - so it was actively using two of the com ports with no issues. ? So I'm not seeing this behavior.?? What do you have your wsjt-x 'poll interval' set to?? Mine is at 60sec; I changed it to 5sec for the past 15 min to see if that made a difference, but so far OK, including a fun QRP contact to the VP2VI expedition, and another the opposite way to Hawaii, so QMX is doing well on 5W!.
? |
Re: qmx SSB Firmware beta 1_01_004 release + WSJT-X
¿ªÔÆÌåÓýGood morning, Hans ¡ ? I am using Windows 11, 64 bit. Only WSJT is connected and other two ports unused. The system plays nicely for a short time and then drops the ports. After turning radio off and then back on, the ports are back. ? Just to be clear, this issue is NOT present with 003 version. 73 Dick, K5AND ? From: [email protected] <[email protected]> On Behalf Of Hans Summers via groups.io
Sent: Thursday, April 24, 2025 1:44 AM To: [email protected] Subject: Re: [QRPLabs] qmx SSB Firmware beta 1_01_004 release + WSJT-X ? Hi Dick and Richard,? ? You reported COM ports got dropped in the new firmware - I have not seen any problems. But I am using Linux.?
? 73 Hans G0UPL ? ? On Thu, Apr 24, 2025 at 9:33?AM Stan Dye via <standye=[email protected]> wrote:
|
CW Practice / Rag Chew
¿ªÔÆÌåÓýOn 4/23/25 I had a CW practice / rag chew session
on 20 meters. I worked two stations:
Conditions were OK. SSN = 142, SFI = 163, A = 12, K
= 1.
Early on I heard a couple of weak stations calling but they were too weak to work. My next CW practice session will be?April 28 at 09:00 EDT / 13:00 UTC on 20 meters.?Anyone and everyone is welcome. This practice is intended for operators who are new to CW or they need some practice. IT DOES NOT MATTER HOW POOR YOUR CW IS. Mistakes are OK. Poor fists are OK. Slow speed is OK. Really slow speed is OK. This practice is meant for you to improve your CW. I will do my best to adjust to your skill level. Operate at any power level. If several stations show up, I will operate as a round-table control station. I will do it as a round-table so everyone gets a chance to transmit. Please listen to my directions. Details: Date - April 28 2025
Time - 09:00 EDT? 13:00 UTC Band - 20 Meters How to find me - I will find a clear frequency and call CQ. Go to the Reverse Beacon Network and search for my call sign AB8DF. That will tell you what frequency I am on. Tune
your station to that frequency and if you hear me give
me a call. If there is a QSO in progress, please wait
for a break in the action. Then send your callsign. If I
hear you, I will invite you to join the QSO and start a
round-table QSO.
Reply to this email if you have questions. IT DOES NOT MATTER HOW POOR CW IS Ed AB8DF |
Re: #qmx SSB Firmware beta 1_01_004 release
#qmx
I'll have a look at adding additional CAT commands to FLRIG in my next play-time :-)
Great to have the multiple terminals - FLRIG shown doing its stuff with the terminal monitoring CAT commands. As an update to my previous - if your Linux distro already has serial by ID, thanks to Hans adding meaningful names to the interface, these show up in /dev/serial/bi-id like: usb-QRP_Labs_QMX_Transceiver-if00 -> ../../ttyACM0 usb-QRP_Labs_QMX_Transceiver-if02 -> ../../ttyACM1 usb-QRP_Labs_QMX_Transceiver-if08 -> ../../ttyACM2 Obviating the need for the additional udev rules in my previous - however I like the snappier, short device name :-)
73 Simon G0FOZ |
Re: Question: Does the power icon go on and off when you are sending CW?
¿ªÔÆÌåÓý
Thanks for the reply.?
I have enough cores to stop and stray RF I will try that.?
I have reread the manual and see that the power I referred to is ¡®tx status¡¯ ?and I will make the changes you suggest .
73 de k2cmc
Charlie
-- ?
Charlie C. ?- K2CMC
LICW/SKCC/NAQCC? |
Re: #qmx SSB Firmware beta 1_01_004 release
#qmx
Excellent work Hans,
?
I applied my hack on udev to get the new ports consistent, and now my machine shows:
?/dev/QMX00 -> ttyACM0 ?/dev/QMX02 -> ttyACM1 ?/dev/QMX08 -> ttyACM2 So I can now use a persistent name /dev/QMXxxxx for flrig / putty etc. instead of whatever ACMX is allocated irresepctive of how busy the ports are on this PC. If any one else needs this the udev rule is: SUBSYSTEMS=="usb", ENV{.LOCAL_ifNum}="$attr{bInterfaceNumber}"
SUBSYSTEM=="tty", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a34c", SYMLINK+="QMX%E{.LOCAL_ifNum}", MODE="0666" ?
I've included the line that gets the interface serial from the USB info and passes to the terminal naming in the avove.
Thanks again Hans, and particularly for the new CAT codes - very useful to me. 73 Simon G0FOZ ? |
Re: qmx SSB Firmware beta 1_01_004 release + WSJT-X
Hi Dick and Richard,? You reported COM ports got dropped in the new firmware - I have not seen any problems. But I am using Linux.? It would be very helpful if you can provide more details. What is your OS (most important question)? But also, did you connect ONLY WSJT-X via CAT, or were you also using the other two ports for something? I ask, because quite possibly there is some kind of unwanted interaction between ports; it's quite tricky to create a multi-session system and I may have neglected something, something that doesn't provide perfect isolation between the different connections.? 73 Hans G0UPL On Thu, Apr 24, 2025 at 9:33?AM Stan Dye via <standye=[email protected]> wrote:
|
Re: qmx SSB Firmware beta 1_01_004 release + WSJT-X
On Wed, Apr 23, 2025 at 03:41 PM, Dick Hanson wrote:
after about 8-10 minutes, the new com ports "go away" and WSJT stops working and wants connections repairedI have just been operating FT8 with lots of contacts on 40m for over an hour now, with no com port problems.? For the last half-hour, I also connected to the QMX terminal and started the "Input analysis" screen - so it was actively using two of the com ports with no issues. ?
So I'm not seeing this behavior.?? What do you have your wsjt-x 'poll interval' set to?? Mine is at 60sec; I changed it to 5sec for the past 15 min to see if that made a difference, but so far OK, including a fun QRP contact to the VP2VI expedition, and another the opposite way to Hawaii, so QMX is doing well on 5W!.
Stan KC7XE ? |
Re: Question: Does the power icon go on and off when you are sending CW?
The power meter should "pulse" on with every dot and dash, and will go off between them at lower CW speeds.
This can be controlled with the "Tx->Rx hang time" setting for the "Pwr/SWR display".
?
The CW keyer should never "go to sleep" while sending.? This suggests you may have RF coming back on your feedline that interferes with the keyer.?? This can happen even with a well-matched antenna from "common-mode currents" that arise from imbalances in the antenna system, and often happens with EFHW antennas (and others).? Try adding a common-mode choke (or several ferrite beads) to your feedline, or to the cable between your radio and tuner and see if the problem goes away.
?
? |
Re: QMX+ no power output, low SMPS bias current
Yes, those look ok, not too different from mine.
For the 6m and 15m LPFs, you may want to spread the windings on the toroids to move the filter rolloff a little to the right, which may give a little better power on those bands, but there may be some other reason for the lower power. |
Re: #qmx SSB Firmware beta 1_01_004 release
#qmx
Hans-
?
? ?As always, great work and amazing results. The multiple virtual COM port discovery and development is quite intriguing - can I make a suggestion/recommendation? I have a QMX+ with the GPS module installed. It would be super cool if one of the those extra COM ports could echo the GPS data out to the connected PC. In this way the QMX+ w/ GPS could be used as a location and time source for the PC for time synchronization for WSJT-X modes or otherwise. When doing POTA I typically have a separate GPS USB dongle connected to a laptop for the sole purpose of time sync. If the QMX+ could provide that same functionality, via its onboard GPS, that is one less gadget/USB port needed.
?
Thanks for all your hard work!
?
Paul W9PEM |
Re: QMX SSB settings for Winlink?
Thanks for this Stan. You saved me a ton of time when I tested WinLink. It worked first try!
Side effect of using VARA HF is that it leaves the QMX in SSB mode. When I go back into WSJT-X it doesn't switch to digital mode. This in spite of clicking Data/Pkt in the radio settings.
I've tried a few different Kenwood radio definitions and QCX/QDX in WSJT, but no joy.
I could just reach over and press the knob to change modes but I usually operate remotely.
I thought maybe I'd make use of the new ability to operate multiple COM ports and change the mode through the menu but can't seem to find a menu item to set the mode.?
My workarounds for now are to open Ham Radio Deluxe or one of the other rig control programs set to one of the Kenwood radio definitions and click the mode button to select FSK. Or use terminal access, go into CAT Test menu, and hope I can remember that the MD 6 command will set it back to DIGI.
Maybe this is a minor bug related the addition of SSB and LSB modes? I don't recall running into this when the only options were CW or DIGI.
Hans, any chance you could add a Mode Select menu option?
--
Randy, N4OPI |
Re: QMX+ with WA3TFS amplifier
On Tue, Apr 22, 2025 at 09:17 PM, James C. Hall, MD WB4YDL wrote:
But what if I decide to use say, a FT-818 that might use RF detectionKeep in mind that ANY RF detection T/R switching scheme is going to unavoidably hot-switch the transmitter while it is putting out power. Best to use wired switching if possible.? The '818 has a TX closure to ground available at the ACC connector.
73, Don N2VGU |
Re: #qmx SSB Firmware beta 1_01_004 release
#qmx
Hi,
?
The driver support for Windows 7,? and Windows 10 and 11, is different.?
Check the internet for work arounds or perhaps YouTube.?
There were drivers available for my Windows 7, but I never got them working properly.
Upgrading to Windows 11 with a purchase of a small Mini PC will save a lot of aggravation.?
?
George |