Re: [Fx2lib-devel] Fx2Tools
Status: Beta
Brought to you by:
mulicheng
From: Dennis M. <de...@ub...> - 2009-07-21 22:51:45
|
Chris McClelland wrote: > Yeah I looked at the fx2load package but it seems to be very > Linux-oriented (e.g it seems to use the USB device nodes in /dev > directly rather than going via libusb). Having something work > cross-platform (or at least Linux/Windows) was one of my main design > goals, along with elimination of intermediate file processing. Patching > fxload to meet those design goals wouldn't leave much of the original > code, which is why I decided to start afresh. > > - Chris > > fx2load uses libusb-1.0. There are python bindings over the c++ driver. In the python bindings, I named the device dev so I can type dev.open, dev.close etc in the python terminal. Actually though, for the project I have that uses fx2lib, I have my own driver that is cross platform and uses libusb0. I still use python bindings though and can talk to the device on both Linux and Windows. -Dennis |