Gowerlabs / LibFTD2XX.jl

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

Support missing cross-platform D2XX functions #29

Open ReubenHill opened 5 years ago

ReubenHill commented 5 years ago

All supported features, with the exception of FT_GetDriverVersion and FT_GetLibraryVersion are cross-platform (OSX, Linux and Windows).

Ideally all cross-platform features should be supported.

A full list of cross-platform functions can be worked out by looking through the D2XX programmers guide.

samuelpowell commented 4 years ago

xref #58