Alan Yorinks
Alan Yorinks
@carlosperate Unfortunately, this does not work with pyserial 2.7 and Linux (and perhaps Windows and Mac as well - I can't remember). Because I don't want to publish a breaking...
I normally don't like to bundle other libraries with mine, since it means I may need to provide updates as fixes come available for the external package. I guess if...
I am having problems with bundling working across python 2, python 3, windows and linux, so I am going to leave things as they are.
@mklomp You are probably aware of this, but the example will print analog input for 5 seconds, disables analog input reporting for 3 seconds, and finally re-enables reporting. I ran...
To check if it is a slow CPU issue, I tested using an RPi 3B and set CPU utilization to 10% using the cpulimit utility. The reported issue could not...
@mklomp I will update the new branch to allow the delay to be settable via a command on the Python asyncio side, also with its own branch. The range would...
It took less time than I initially thought. Update the pico with [this .uf2](https://github.com/MrYsLab/Telemetrix4RpiPico/raw/scan_delay/cmake-build-release/Telemetrix4RpiPico.uf2). In the [scan_delay branch of tmx-pico-aio](https://github.com/MrYsLab/tmx-pico-aio/tree/scan_delay), there is an [example demonstrating changing the delay dynamically](https://github.com/MrYsLab/tmx-pico-aio/blob/scan_delay/examples/analog_input_variable_delay.py).
@mklomp I will leave this issue open, and I plan to merge the branch if I need to make any additional changes to the pico files (python and C-SDK). Is...