pyhackrf icon indicating copy to clipboard operation
pyhackrf copied to clipboard

read_samples working, but callback not

Open AgileEngineeringLLC opened this issue 3 years ago • 1 comments

I'm able to get the hackrf_read_samples example to work, but not getting callback to work. Have others got it to work in Python3, and if so, can you provide working example? Thanks much! Don

AgileEngineeringLLC avatar Sep 06 '20 17:09 AgileEngineeringLLC

I didn't make it work.

The workaround is to call read_samples with a custom callback and not limit buffer size. Just process everything in that external callback method.

farukpasalic avatar Sep 25 '23 13:09 farukpasalic