robbinvandamme

Results 3 issues of robbinvandamme

Using imp.find_module doesn't work on all my installed pip-packages. Now it fails on the azure-iot-hub module. For example: ```python In [7]: imp.find_module("azure") --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in...

bug

I'm using this SDK with python3.13, and then by accident saw that its officially supported up to python3.12. Better to deploy it on our devices together with python3.12 I guess?

question

Hi, Is it possible to monitor a specific port via the python binding? Was planning to write a service that monitors all the usb ports. Once a device is connected...