Gowerlabs / LibFTD2XX.jl

Julia wrapper for FTDI D2XX drivers.
Other
6 stars 1 forks source link

Support missing single-platform D2XX functions #30

Open ReubenHill opened 5 years ago

ReubenHill commented 5 years ago

Other than FT_GetDriverVersion and FT_GetLibraryVersion, all supported functions are cross-platform (OSX, Linux and Windows).

It would be good to support all D2XX functions.

A full list of functions can be found in the D2XX programmers guide.