Re: A simple USB question



Le Wed, 06 Jun 2007 16:00:37 +0200, Boudewijn Dijkstra <boudewijn@xxxxxxxxx> a écrit:

Op Wed, 06 Jun 2007 13:56:00 +0200 schreef vasu <vasu.sharma@xxxxxxxxx>:
Hi! I have an AT91SAM7S-EK kit with an AT91SAM7S256 microcontroller.
This microcontroller supports 4 Endpoints - EP0, EP1, EP2 and EP3. I
am using the USB to communicate with a legacy application running on
the PC. This application can only communicate on a COM port. So, I use
the USB to provide a virtual COM port on the PC with which this
application can communicate. My question is - Can I create more than 1
virtual COM port on the PC with 1 USB connection?

If your legacy driver can only recognize a single COM port per USB device, you could create a 'compound device', which acts to the outside as a USB-hub.


what about a composite device with 2 COM ports? Is it possible?
.



Relevant Pages