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

Command Line Interfaces wrong description of parameters for --dwell or function lacking of Sec to ms transformation #16

Closed
MauHernandez opened this issue Feb 2, 2016 · 1 comment

Comments

@MauHernandez
Copy link

The proposed documentation on http://eartoearoak.com/software/rtlsdr-scanner/rtlsdr-manual indicates on examples that

Scan from 430 to 436MHz, with a gain of 8.7dB and a dwell of 16ms, saving to 'test.rfs.: rtlsdr_scan.py -s 430 -e 436 -g 8.7 -d 16 test.rf

and the parameter -d 16 is setting the time in seconds, not ms, that's crashing the libusb library at the libusb_control_transfer.

On the other side there are two -d parametes on the function call (page 21 on the manual)

-d, --delay Delay between sweeps in seconds.

-d, --dwell Dwell time in seconds (optional, default – 131ms).

@EarToEarOak
Copy link
Owner

Thanks.

The dwell range has been limited in 4b45dfa and the manual updated in ba390ba and I eventually remembered to fix the switch documentation in 51ea2b9!

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