Skip to content

Releases: i2cy/CH347-HIDAPI

CH347-HIDAPI pypi liberary - v0.3.0

12 Jan 15:48
Compare
Choose a tag to compare
  1. Now with fully compatible UART (UART1 with pins TXD1/RXD1/RTS1/CTS1/DTR1) support under mode 3 (which is HID mode),
  2. Baudrate supports ranging from 1.2K to 9M
  3. Multithread receiver for UART (optional, default is on) to receive the data in parallel

CH347-HIDAPI pypi liberary - v0.2.0

08 Jan 13:45
Compare
Choose a tag to compare

2024-01-08

  1. Added independent I2C interface class objects (I2CDevice) and SPI interface class objects (SPIDevice)
  2. Added new demo file demo.py to demonstrate the usage of classes added above (simplified code)
  3. Added device lock to make thread safe

CH347-HIDAPI pypi liberary - v0.1.0

06 Aug 06:32
Compare
Choose a tag to compare

update notes:

  1. full access of SPI/I2C settings/communication through USB-bridge chip CH347 in USB-HID communication mode