A simple USB question
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?
.
Relevant Pages
- Re: Configuring PC to see CE 6.0 usb serial virtual COM port?
... I'm trying to communicate between the PC and my WinCE 6.0 device using the ... USB device as a virtual COM port. ... (microsoft.public.windowsce.platbuilder) - Re: A simple USB question
... am using the USB to communicate with a legacy application running on ... This application can only communicate on a COM port. ... 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. ... (comp.arch.embedded) - Configuring PC to see CE 6.0 usb serial virtual COM port?
... I'm trying to communicate between the PC and my WinCE 6.0 device using the ... USB device as a virtual COM port. ... (microsoft.public.windowsce.platbuilder) - Disable debug messages on serial port.
... that I need to attach and detach a USB device from the board. ... Now, I found what was wrong: on the COM port, keeped open by my ... application to constantly communicate with the controlled system, ... sent ERROR MESSAGES SENT BY THE USB HOST DRIVER..... ... (microsoft.public.windowsce.embedded) - Re: Visual Basic Dot Net Code to Communicate with a weight scale
... > If its emulating a serial port, you can simply continue using the COMM port ... > If it is its own device, then you will need to communicate with that device. ... > Remember that USB is not the device, USB is just the Bus that gets you to ... (microsoft.public.dotnet.languages.vb) |
|