I have an embedded system design where I need a TUSB3410 (or similar) device to provide communication between a Host PC and my embedded micro which does not have USB but only has a UART interface. Therefore I'm looking at using the TUSB3410. However, when connected I need the Host to see this device as a Mass Storage endpoint and not as a Serial endpoint. In other words, I need the Host to be able to communicate to the embedded system via a network interface over USB rather than via a COM port interface over USB. Is this possible with the 3410 or if not, is it possible with some other USB to Serial device from TI?
Thanks.