This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Reading back from usb device

I have a device which can communicate with PC. When I connect it to PC it forms a vitual com port, it has Silabs virtual com IC in it . Then I send 'A' from termianl & it responds back with ack.

Now instead of reading it from PC, I want to read it with help of my host microcontroller card.
How to do that. I can run UART interface. Should I put another UBS-uart converter in between.
But device form virtual com port. If I connect my host controller what should I do initially.

  • The virtual COM port on PC is just a simulation. It makes it easier for software to get the data, by simulating a OCM port while in fact data is coming as USB packets.
    To connect the device to a host MCU card, this host card needs to provide an USB host controller and also interpret the data properly, as it is done by the PC virtual Com port driver.

    It might be a better idea to reprogram the device (if possible) to communicate with a real UART then.

**Attention** This is a public forum