Open AgileEngineeringLLC opened 4 years ago
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
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.
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