I am currently working on a project that needs to be able to talk to a client USB device. The device uses a CP2101 UART to USB Bridge Controller and is currently used with connection to PC. I would like to break that connection and use a microcontroller preferably one in the MSP430 family that can be host and talk to the client. I have looked at the VDIP from FTDI and wondered if that is the best solution as a host chip for the MSP430. Also the MSP430 will be talking uart to a bluetooth chip for wireless communication which MSP430 would be best for dual UART communication to the Host USB and the bluetooth chips?
Thanks