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

How to handle more than one device ? #39

Closed
f4gkr opened this issue Oct 8, 2016 · 2 comments
Closed

How to handle more than one device ? #39

f4gkr opened this issue Oct 8, 2016 · 2 comments

Comments

@f4gkr
Copy link

f4gkr commented Oct 8, 2016

Hi AirSpy team,

I am trying to manage more than one device connected on the same computer. Assuming I do not know the serial numbers (hence cannot call airspy_open_sn() ) is there a way to retrieve the list of struct airspy_device* attached ?

Merci
best from F4GKR Sylvain

@bvernoux
Copy link
Member

bvernoux commented Oct 9, 2016

The other way to open multiple device without knowing serial number is to call airspy_open() multiple times (without closing the device)
and it will open 1st board found then 2nd board found and so on ... exactly like it is done with airspy_info.c when you do not provide a serial number

@bvernoux bvernoux closed this as completed Oct 9, 2016
@f4gkr
Copy link
Author

f4gkr commented Oct 9, 2016

Merci

sylvain

2016-10-09 15:00 GMT+02:00 Benjamin Vernoux notifications@github.com:

Closed #39 #39.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#39 (comment), or mute the
thread
https://github.com/notifications/unsubscribe-auth/ADwLsUpThRTxTRxOdasdyQ3rJF4c53Gyks5qyOVRgaJpZM4KRr-G
.

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