eblot / pyftdi

FTDI device driver written in pure Python
Other
509 stars 212 forks source link

Support for FTDI ft4232ha added. #329

Closed kornel-swierzy-embevity closed 1 year ago

kornel-swierzy-embevity commented 1 year ago

Aim of this pull request is to add support for FTDI FT4232HA chip (https://ftdichip.com/products/ft4232haq/) which is almost similar to FT4232H, but differs with USB pid (0x6048) and device version (0x3600).

eblot commented 1 year ago

Thanks for the patch set. Did you get a change to test this device with PyFtdi?

eblot commented 1 year ago

Thanks. Merged with some tweaks (mostly line width issues)

See 8654b6f6bdc9861b9a9d29bcdfbf3fdb2a3d6158

kornel-swierzy-embevity commented 1 year ago

Thanks for the patch set. Did you get a change to test this device with PyFtdi?

Yes, I've used pyftdi library with those patches in one of the projects at Embevity which was designed around FTDI ft4232ha.