PyUSBを試しみる。PyUSBは、Pythonで簡単にUSBバスにアクセスできるライブラリ。バックエンドにlibusbが使えそう。先日、libusbの調査をしたので、今回はPyUSBの動作確認をしてみる。 PyUSB provides for easy access to the host machine's Universal Serial Bus (USB) system for ...
参考にしたのは次のサイトです。大変勉強になりました。各々の環境やバージョンによって読み替えや修正の必要もありますが, 基本的な流れは変わりません。 さて, 以上のところまででシステム的には連携できても, 肝心な(顔認証する)Pythonのプログラム ...
Provides library functionality for communicating with a FIDO device over USB as well as verifying attestation and assertion signatures. This library aims to support the FIDO U2F and FIDO 2 protocols ...
I have a bunch of serial devices that I need to communicate with. Some of them are connected to native serial ports, and some have USB->RS232 adapters. I am communicating to them via the serial port ...
This repository contains a Python script to control the haptic feedback (vibration) of the SteelSeries Rival 700 mouse via USB. It allows you to trigger various vibration patterns with a customizable ...