Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TX Key Line Events Over Winkey/Serial #113

Open
joshuarubin opened this issue Apr 14, 2021 · 0 comments
Open

TX Key Line Events Over Winkey/Serial #113

joshuarubin opened this issue Apr 14, 2021 · 0 comments

Comments

@joshuarubin
Copy link

I'm writing a winkey client that I'd like to be able to generate its own sidetone through the computer audio interface. I recognize that I'll have to generate the tone and deal with the os side of things myself. That said, I just want to make sure there is no way to get real time tx key line events via winlink (or any other way) over serial.

Presuming there isn't, I was thinking of overriding the WINKEY_2_SUPPORT status message (0xC8), with a feature flag, to indicate when the tx line state changes so that I know when to start/stop the sidetone on the computer. This is obviously breaking the winkey standard, so I may also add a, also non-standard, command that has to be called to enable it once the host is opened.

Do you see any issues with this approach? I recognize that 1200 baud is pretty slow to get accurate timing out of this, but I'm hoping that with the 9600 "high" baud mode that it'll be good enough.

Thanks a bunch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant