Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ftd2xx/ftd2xx

v1.3.8

10 Jun 20:54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.6...v1.3.7

v1.3.7

23 Apr 15:06
95b034c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.6...v1.3.7

v1.3.6

27 Jan 20:51
945a605

Choose a tag to compare

What's Changed

  • Build using hatch
  • Fix incompatibility with Python 3.8

Typing fixes

27 Jan 03:56

Choose a tag to compare

  • Type the Context Manager correctly

v1.3.3

08 May 19:02

Choose a tag to compare

What's Changed

  • Added EEPROM features for device revisions up to revision 8. Fixes #70 by @tschlagi in #71

New Contributors

Full Changelog: v1.3.2...v1.3.3

1.3.2

13 Apr 10:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

1.3.1

12 Apr 15:23

Choose a tag to compare

What's Changed

  • Compatible with Python 3.7 again
  • getComPortNumber was broken

1.3.0

09 Apr 20:36

Choose a tag to compare

  • Added experimental aio support
  • Added options to bypass slow createDeviceInfoList calls
  • Fixed ctypes for newer Linux OS
  • Added type annotations

ctypes fixes

06 Apr 02:46

Choose a tag to compare

ctypes fixes Pre-release
Pre-release
  • Fixed several bugs with ctypes (thanks @krister-ts)
  • Remove aio import in sync version

Option to avoid createDeviceInfoList in open and openEx

07 Sep 14:42
625d727

Choose a tag to compare

open and openEx gained an update parameter to avoid calling createDeviceInfoList. This can be useful where multiple calls to open are happening, or you never need to get the device info for your use case.