SmartSDR v3.8.19 and the SmartSDR v3.8.19 Release Notes | SmartSDR v2.12.1 and the SmartSDR v2.12.1 Release Notes
SmartSDR v1.12.1 and the SmartSDR v1.12.1 Release Notes
Power Genius XL Utility v3.8.8 and the Power Genius XL Release Notes v3.8.8
Tuner Genius XL Utility v1.2.11 and the Tuner Genius XL Release Notes v1.2.11
Antenna Genius Utility v4.1.8
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
WKFlex - CW remote with SmartSDR and Winkeyer
Comments
-
I tried to download the app but says site no longer available is there another link ??
0 -
Just checked, it works:
0 -
I was able to download it as well. You have to login to dropbox to get it.
0 -
Some notes about K3NG Arduino CW Keyer
The K3NG Arduino Keyer is fully supported and has been tested with good results. It has been reported, though, that when the CLI interface feature is active, the characters sent through the paddle are doubled.
The work around was disabling the CLI Interface.
The fix to the issue, as suggested by Tony, is changing the value for the following directive from 1 (default) to 0 in keyer_settings.h:
#define cli_paddle_echo_on_at_boot 0 // Default 1, set to 0 to disable the double character issue with WKFlex
0 -
Tonight (8/24/2023) at 8:00 PM US Central time Kyle AA0Z will host a live streaming on his YouTube channel about configuring and using WKFlex.
1 -
Hi all,
I use Microham micro2R interface with winkeyer and everything works as it should with N1MM, but through the DX log when pressing "F1 CQ" DXLOG freezes, the other macros work F5 for example, that is, only after pressing F1... Does anyone have a similar experience?
reagrds,
Gordan - E72X0 -
Hi Gordan,
Can you please explain a bit better what's happening? My understanding is you have a WKFlex installation with a Microham. Everything works fine with the paddle, and with N1MM.
Using DXLog instead of N1MM works sending any macro but F1.
Is that the right description of your scenario?
Please contact me directly: N5NHJ at yahoo.
0 -
The streaming is available on AA0Z's channel.
0 -
> @N5NHJ said:
> Hi Gordan,
> Can you please explain a bit better what's happening? My understanding is you have a WKFlex installation with a Microham. Everything works fine with the paddle, and with N1MM.
> Using DXLog instead of N1MM works sending any macro but F1.
> Is that the right description of your scenario?
> Please contact me directly: N5NHJ at yahoo.
Hi,
I sent you an email.
thanks0 -
I've got a request about enabling WKFlex to control the local Winkeyer in Vibrobug mode.
I found out that the Winkeyer is sending ASCII characters back to the serial line also in Vibrobug mode. Therefore, technically this feature can be added.
I'm a bit concerned, though, about the capability of the Winkeyer in interpreting the Vibrobug manipulation.
Also, what would be transmitted over the Flex will not have the original cadence the operator is using to manipulate the bug but will be a 'perfect' timed cadence.
I'm not sure if implementing this feature will be a god and useful addition.
Any thoughts?
0 -
@Goca Gordon, looks like DXLog is waiting for some protocol sequence or command to send back to keep transmitting.
In my configuration (Winkeyer, not Microham) I can just get the very first character going through. I have to investigate the handshake better; this will take a while.
0 -
Yeah, I was playing with all this a year or so ago, and learned that the sending from your fist becomes ASCII-fied when using WKFlex and a pair of WinKeyers. Like you, I couldn't see how the VibroBug "drawl" could successfully be sent.
I landed on RemoteKeyerInterface, which sidesteps WinKeyers and ASCII-fication. It directly uses a Flex API to tell the radio "key-up" and "key-down"... at least, I think I understand this is how it works. The end result is what I expected: my unique "fist" is retained and goes out over-the-air.
These days, I have a WinKeyer, but the "key-out" line simply go into RemoteKeyerInterface. I avoid ASCII-fication, operate in VibroBug mode, and retain my "fist". Using just one WinKeyer at my location (wherever I am).
0 -
Has anyone considered developing a version of WKFlex for use with smart SDR for the Mac OS? The keyer interface that is built into the Mac version of Smart SDR has never worked for me as the spacing and timing is way off in my installation. WKFlex on my Windows lap top works great with smart SDR.
Howard AE3T
0 -
Hi Howard. I'll investigate if the C# code can be somehow compiled to generate an executable for the Mac platform.
0 -
Hi, @howardsh3t
I did a bit of homework. Looks like there is an implementation of Winforms for Mono.
I'll check it out, but it will probably require some code modification.
Definitely not something that can be done overnight.
I'm sure you know about this already, temporary solutions are running Windows in a VM like virtualbox, Parallels, or VMWare Fusion.
73, Max
0 -
Using the K45 Rev B firmware A4 , com ports and baud speed known, set up a CAT Winkeyer. How do I assign the process to WKFLEX . Had to use the debug to get the followng status, however not keying the Flex 6700 with loaded messages or a paddle. Thanks in advance for help
0 -
Hi Terry, I'm not familiar with the K45. I do not see any error message therefore I'm assuming the ports configuration is ok. Do you see any characters appearing in the WKFlex window while using the paddle?
Make sure you have the latest WKFlex release: https://www.dropbox.com/s/e4skwz1pl63ff55/WKFlex-V21.zip?dl=0
0 -
Hello Max
I sent you an email.
Alfredo WP3C
0 -
Hello
I have a Winkeyer with version 2.2. Does it work with this version or do I have to update to version 3?
Can I also connect my Straight key or is it only for Iambic keys?
Alfredo WP3C
0 -
Hi Alfredo,
I replied in private already. WKFlex works only for paddles (Iambic and not Iambic).
It doesn't work for Straight Key and for bugs.
1 -
Hello,
i am new here. I just Downloaded WKFlex and connected it with my K3NG Keyer by Serial Port. Also the Flex Connects well. But when i now Key any Sign (or a single Dash or Dot) it is doubled. The WKFlex shows it doubled. I tried many different setting without any change. Can someone help me ?
73 de Alex, DL1KDA0 -
Hi Alex,
I just replied to your private e-mail. The solution to your problem is just few messages above. For your convenience I just copied it here:
Some notes about K3NG Arduino CW Keyer
The K3NG Arduino Keyer is fully supported and has been tested with good results. It has been reported, though, that when the CLI interface feature is active, the characters sent through the paddle are doubled.
The work around was disabling the CLI Interface.
The fix to the issue, as suggested by Tony, is changing the value for the following directive from 1 (default) to 0 in keyer_settings.h:
#define cli_paddle_echo_on_at_boot 0 // Default 1, set to 0 to disable the double character issue with WKFlex
1 -
Thank you so much for this quick and helpful response and sorry not for following the rule „read first, then ask“ 😅
Vy 73s de Alex DL1KDA0 -
Great keyer but I lost some config buttons under the new windows version on my laptop. Any ideas?
Mike M0MDS
0 -
Hi Mike.
Check the "scale" option under Settings/System/Display.Let me know if there is any difference.
73, Max
0 -
I have used WKFlex with a windows 10 notebook computer for a while with great success. I have now moved to a MS Tablet running Windows 11 and have some problems with both WKFlex 1.2 and 2.0
A similar problem exists with both, that is I don't see the "save" and "close" buttons on the setting window. With 1.2 version I found that I can run the app in Windows 7 Compatibility Mode and it work OK. With the 2.0 version that I just downloaded today, the same applies, but when I close the Setting Window on the 2.0 version and hit start the program crashes. I think that if the Settings window was resizable that might help the problem. Especially in the 2.0 version the window objects are too large for the window that is opened. Some of the fields are not viewable and the ones that are are very crowed on in the window.
Have you seen this problem before?
Regards,
Bob N4RFC
0 -
HI Bob,
No, I haven't seen this problem before, and no one has ever reported anything like this.
I suspect the issue is with the tablet, not with Windows 11.
Can you please take some screenshots so I can better understand the issue?About the application crashing when saving or starting, make sure you have writing permissions to the directory where you are running the application from. Perhaps you have a corrupted config file.
Max
0
Leave a Comment
Categories
- All Categories
- 289 Community Topics
- 2.1K New Ideas
- 534 The Flea Market
- 7.5K Software
- 6K SmartSDR for Windows
- 146 SmartSDR for Maestro and M models
- 360 SmartSDR for Mac
- 249 SmartSDR for iOS
- 230 SmartSDR CAT
- 172 DAX
- 352 SmartSDR API
- 8.8K Radios and Accessories
- 7K FLEX-6000 Signature Series
- 26 FLEX-8000 Signature Series
- 844 Maestro
- 44 FlexControl
- 847 FLEX Series (Legacy) Radios
- 796 Genius Products
- 416 Power Genius XL Amplifier
- 277 Tuner Genius XL
- 103 Antenna Genius
- 243 Shack Infrastructure
- 166 Networking
- 404 Remote Operation (SmartLink)
- 130 Contesting
- 631 Peripherals & Station Integration
- 125 Amateur Radio Interests
- 870 Third-Party Software