Hello,
I'm using an ftdi bridge chip, where I need to set the baudrate to 250k baud. I'm writing a program in C++ using the boost C++ librarys, every time i try to set the devices baud rate to anything other than the standard values an exception is thrown. I'm running fedora 12 and have printed the log bellow from when the device is plugged in.
Code:
kernel: usb 6-2: new full speed USB device using uhci_hcd and address 10
kernel: usb 6-2: New USB device found, idVendor=0403, idProduct=6001
kernel: usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
kernel: usb 6-2: Product: USB <-> Serial kernel: usb 6-2: Manufacturer: FTDI
kernel: usb 6-2: configuration #1 chosen from 1 choice
kernel: ftdi_sio 6-2:1.0: FTDI USB Serial Device converter detected
kernel: usb 6-2: Detected FT232BM
kernel: usb 6-2: Number of endpoints 2
kernel: usb 6-2: Endpoint 1 MaxPacketSize 64
kernel: usb 6-2: Endpoint 2 MaxPacketSize 64
kernel: usb 6-2: Setting MaxPacketSize 64
kernel: usb 6-2: FTDI USB Serial Device converter now attached to ttyUSB0
Thanks