mws-rmain
mws-rmain
I believe I've reproduced this issue with the standard serialportexample code. I setup a serial port with a device that generates a series of messages continuously. The first time the...
I should have added: The above results were on a Google Pixel running Android 9.
Any progress on this? I'm happy to test &/or help by providing additional diagnostics...?
I re-ran tests yesterday, with the patch in place to close the port in onDestroy(), but I still see the same problem. The process I'm following is: - Execute the...
Unfortunately, issuing the 'purge' command when closing the port does not resolve the problem.
It seems to me that the call to unbindService(usbConnection) in MainActivity.onPause() is not invoking UsbService.onDestroy(). According to the documentation I read, onDestroy() should be called (by the system) when unbindService()...
I know this request is for a barrel jack option for powering your USB-C modified board (presumably for the capability of using a barrel jack power supply when no USB-C...
The 'scripts panel' that starts this thread is great for indexing/retaining/invoking a massive library of scripts. Later suggestions are closer to my needs: frequently accessing a (more limited, but commonly...
@FarleyI Thanks for your efforts. I compiled your patched [spectrum analyzer](https://github.com/avian2/hackrf-spectrum-analyzer) on Ubuntu 20.04 LTS, and it runs fine on Windows 10 with my HackRF One v2021.03.1. I have seen...
esp-idf commit [8a597b8](https://github.com/espressif/esp-idf/commit/8a597b865f45a4161a0df775276b195d4d9825a2#diff-bf807558c71a6798e443f9772c2be955) changed 'ringbuf_type_t' to 'RingbufferType_t'. Make this change in FreeRTOS.h:61 & FreeRTOS.cpp:232 and esp32-snippets should compile against current master branch.