Releases: motla/ftdi-d2xx
Releases · motla/ftdi-d2xx
v1.3.1
v1.3.0
device.serial_number
property is now deprecated as the device can be open with Description or USB location, in which case the serial number is not retrieved. Use the new propertydevice.info.serial_number
instead, which is a getter asking the driver for the device serial number.
v1.2.0
v1.1.2
v1.1.1
- setVIDPID() has been modified to be asynchronous, because of the need for FT_Reload call on Windows
- bugfix: rare potential crash if malloc fails on the getDeviceInfoList function
- contains the ftd2xx library from https://ftdichip.com/drivers/d2xx-drivers/
- Windows (Desktop): 2.12.36.4 released on 2021-07-15 for X86 (32-Bit), X64 (64-Bit), and ARM processors
- Linux: 1.4.24 released on 2020-05-18 for X64 (64-Bit) processors
- macOS: 1.4.24 released on 2021-05-18 for X64 (64-Bit), and ARM processors