Releases: i2cy/CH347-HIDAPI
Releases · i2cy/CH347-HIDAPI
CH347-HIDAPI pypi liberary - v0.3.0
- Now with fully compatible UART (UART1 with pins TXD1/RXD1/RTS1/CTS1/DTR1) support under mode 3 (which is HID mode),
- Baudrate supports ranging from 1.2K to 9M
- Multithread receiver for UART (optional, default is on) to receive the data in parallel
CH347-HIDAPI pypi liberary - v0.2.0
2024-01-08
- Added independent I2C interface class objects (I2CDevice) and SPI interface class objects (SPIDevice)
- Added new demo file
demo.py
to demonstrate the usage of classes added above (simplified code) - Added device lock to make thread safe
CH347-HIDAPI pypi liberary - v0.1.0
update notes:
- full access of SPI/I2C settings/communication through USB-bridge chip CH347 in USB-HID communication mode