-
Notifications
You must be signed in to change notification settings - Fork 389
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
RTTY Decoding #2
Comments
Are you using the latest version of the library? ITA2 support was added in 4fecd8c I only have RTL dongle, so I'm using SDRConsole v2 to receive RTTY. SDRConsole has configurable baud rate, shift and number of data bits (5 - 8) so it can receive ASCII as well as ITA2. EDIT: Also added support for ITA2 print() and println() in 91de1e2 |
Thanks, issue solved :) |
Glad I could help :) So what are you using now? ITA2 + MMTTY or ASCII + SDRConsole? |
For now ITA2 + FLDIGI & RTTY |
Hey, I am trying to decode the RTTY example using MMTTY and FLDigi but I cannot seem to get it to successfully decode. I suspect this is due to it being ASCII and not Baudot ITA2, do you have an implementation for ITA2 or can you share how to decode the rtty? thanks!
The text was updated successfully, but these errors were encountered: