I can’t compile the X-CTU driver for linux, I just have a .c and .h and no Makefile or other file, so I don’t know if I must make my own Makefile (for drivers have some differences) or I just don’t see some readme somewhere.
Thanks in advance.
JP
I can’t compile the X-CTU driver for linux, I just have a .c and .h and no Makefile or other file, so I don’t know if I must make my own Makefile (for drivers have some differences) or I just don’t see some readme somewhere.
Thanks in advance.
JP
From the readme.txt within the Linux PKG-U driver:
The Linux FTDI USB driver provided is version 1.2.1. More information on the driver, including updated versions can be found at http://ftdi-usb-sio.sourceforge.net/. The driver should be compiled either as a loadable module or into a kernel. The PID should be changed in the header file to “0xEE18” which corresponds to the PID used
on FTDI USB Converter in the MaxStream PKG-U.
Thanks a lot, I’ll try to do it.
JP