-
Notifications
You must be signed in to change notification settings - Fork 14
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
DECODER: PAGER-W-UNKNOWN-BAUD #32
Comments
Your invocation of
I'd be curious if you get better results out of |
Appreciate the quick response.. sadly same output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Finally working on decoder (Thank you docs : https://github.com/pvachon/tsl-sdr/wiki/Using-Decoder) and running into what appears to be a baud-rate issue when trying to decode FLEX.
invoked as:
rtl_fm -f 929.212M -s 25000 -p -19 | decoder -m FLEX -i -D 25 -I 16 -F multiFM/resampler_filter.json -S 25000 -f 929212000 /dev/stdin
no decoded output, but seeing baud complaints.
works great when pushed into multimon-NG as:
rtl_fm -F 0 -E dc -M fm -s 22050 -f 929.212M -d 0 | multimon-ng -a FLEX -f alpha -t raw /dev/stdin
known to be:
FLEX/3200/4/K/A
Suggestions?
The text was updated successfully, but these errors were encountered: