Tagged Questions
2
votes
1answer
302 views
how to start a process from linux(debian) OS on detection of a usb device?
I'm using a FTDI 2232H chip in synchronous FIFO mode to communicate over USB to an altera Cyclone II FPGA. I've developed a program that will communicate with the device, using libftdi and libusb, ...