-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bulk/Isochronous transfer mode #19
Comments
Thanks for the nice words, @pabs77 ! I tried to compile GNU Radio under Windows 10 a few months ago, so I could try the Anyhow, your request seems pretty easy to implement; I'll give it a try tonight after work, and I'll let you know how it goes. Franco |
@pabs77 Please give it a try when you have time, and if it looks good to you, I'll merge those changes in the Franco |
Thx Franco this is awesome ! Im trying to build it but got lots of issues with pybind11 and it tells me it cannot find some files like rsp_pydoc.h and all of those _pydoc.h. I'll keep on trying and let you know whatever I achieve.
Have a nice day
…________________________________
De: Franco Venturi ***@***.***>
Enviado: lunes, 29 de noviembre de 2021 10:19 p. m.
Para: fventuri/gr-sdrplay3 ***@***.***>
Cc: Pablo Saenz ***@***.***>; Mention ***@***.***>
Asunto: Re: [fventuri/gr-sdrplay3] Bulk/Isochronous transfer mode (Issue #19)
@pabs77<https://github.com/pabs77>
I just created the new branch called add_bulk_transfer_mode (https://github.com/fventuri/gr-sdrplay3/tree/add_bulk_transfer_mode), that has a new method set_bulk_transfer_mode(<boolean>) to allow to select the USB transfer mode (the default is isochronous, as per SDRplay API Specification document).
Please give it a try when you have time, and if it looks good to you, I'll merge those changes in the master branch.
Franco
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#19 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANW64IAM2QQGMLGNUFG32YDUOQ7FLANCNFSM5I7MU6DA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hey Franco :),
I'm trying to get my sdrplay rspduo to change the data transfer mode, which is part of the API. I found it quite difficult to find and had to go through a lot of trouble with the bindings and cmake builds on Windows. I think im close to achieve it .. But maybe it can be added as another instance or for the init parameters of the sdr such as: set antenna or bandwidht.. it is at the end just a 1 or 0 flag. Maybe I dindnt see something or maybe I'm totally wrong and there is a way to change the transfer mode. Please correct me if I'm wrong.
Have a nice day and thanks for the good work you guys have been doing !
Sincerly,
Pablo
The text was updated successfully, but these errors were encountered: