Hello,
I can't do fopen, because there's no ttyUSB device created, because no module loaded.
lsusb gives:
Bus 009 Device 005: ID 2504:0300
We can see there's no identification string, seem's to be weird?
With an FTDI and TI TUSB device it gives :
Bus 008 Device 003: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Bus 009 Device 003: ID 0451:3410 Texas Instruments, Inc. TUSB3410 Microcontroller
Only, usbserial ftd_sio and TI module were loaded.
lsmod
ftdi_sio 37981 0
ti_usb_3410_5052 26227 0
usbserial 39067 2 ti_usb_3410_5052,ftdi_sio
With FTDI devices it load ftdi_sio module, with TI TUSB chip it load ti_usb_3410_5052 module
Which (generic?)module should be loaded with usbserial?
Emmanuel