Talking to another Serial FTDI device via the USB pins.

25 Mar 2010

I'm looking for the easiest path to talk via the MBED's USB pins to another USB(FTDI)Serial device.

Would using the example MSCHost provide a base to start or has somebody got any better idea's.

Jase

25 Mar 2010

If you can connect directly to the device's UART, bypassing the FTDI chip, that will be simpler and easier. Otherwise, yes, you will need to implement a host driver for a CDC/ACM device.