On Sat, Apr 13, 2013 at 2:43 PM, nico <sl1200...@gmail.com> wrote: >> You should use the 1.0.15rc3 since 1.0.14 has potential problem >> with USB composite device. > > the user have tried with the 15rc3 with the same result (the device is a > 0x0403, 0x6001)
You can see from my run log that I have a FTDI device with VID:PID of 0x0403:0x6001. So it works for me. For other FTDI device, you can use the find_all_pp to specify the VID:PID. Example output under Mac OS X. mymacmini:examples xiaofanc$ ./find_all Number of FTDI devices found: 1 Checking device: 0 Manufacturer: FTDI, Description: FT232R USB UART mymacmini:examples xiaofanc$ ./find_all_pp -v 0x0403 -p 0xcff8 Found devices ( VID: 0x403, PID: 0xcff8 ) ------------------------------------------------ FTDI (0x7feb4340a730): Amontec, Amontec JTAGkey-2, 53T9XDR4 (Open OK) -- Xiaofan ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ libusbx-devel mailing list libusbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libusbx-devel