LimeSuite icon indicating copy to clipboard operation
LimeSuite copied to clipboard

An Error in the LimeSuite Libraries

Open righthalfplane opened this issue 4 years ago • 2 comments

There appears to be an error in the LimeSuite Libraries. The call to “LMS_StopStream” should stop the transmission - it doesn’t. Even after the call to “LMS_DestroyStream” - the LimeSDR mini continues to transmit. It is not until the call to “LMS_Close” that completely shuts things down that the transmission stop. I have include a version of basicTX.cpp that waits after the calls to LMS_StopStream and LMS_DestroyStream. The video

https://youtu.be/9ZnGq_jK4w0

shows the problem - the LimeSDR mini continues to transmit after the calls to shut the stream down. It happens on MacOS, Ubuntu 18.04, Windows 10 and the Raspberry PI. I down loaded and installed the latest version of the libraries and it still happens.

basicTX.cpp.zip

righthalfplane avatar Feb 18 '20 03:02 righthalfplane