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

CSV output is garbled #32

Closed
tastyratz opened this issue May 28, 2015 · 1 comment
Closed

CSV output is garbled #32

tastyratz opened this issue May 28, 2015 · 1 comment

Comments

@tastyratz
Copy link

Windows bin precompiled run from the command line as shown:

rtlamr -format=csv -samplefile=output.csv

csv is 70kb with only 2 readings

Example paste of the output:

€€�ƒ€��€��„{}€~�{€�€~�|€�‚ƒ�‡{€{€€‚�{}{€}�{‚}ƒ€‚��~�}€�~‚�~}}�}†€…�~y‚}‰…�}~{�ƒ��€z‚‚�‚�}‡~��|�y��„x€x€

Let me know if any other details are needed.

@bemasher
Copy link
Owner

The data written to output.csv in your example are raw samples from the dongle whenever a message is successfully decoded. In order to get csv output written to output.csv you'll want to use the -logfile flag:

rtlamr -format=csv -logfile=output.csv

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

2 participants