PyUSBを試しみる。PyUSBは、Pythonで簡単にUSBバスにアクセスできるライブラリ。バックエンドにlibusbが使えそう。先日、libusbの調査をしたので、今回はPyUSBの動作確認をしてみる。 PyUSB provides for easy access to the host machine's Universal Serial Bus (USB) system for ...
📌 Description This project demonstrates a custom USB HID device implemented on the STM32F103C6 (Bluepill) using STM32CubeMX + HAL. A Python (hidapi) tool is provided to communicate with the device ...