From: dsrking on
Hi

I have one usb cdc acm supported wince device. i want to show this
device as virtual com port in PC (Host) side. In PC side, should we
write a usb cdc acm driver? or already windows current versions
support usb cdc acm driver.

does this usb cdc acm driver is enough to show virtual com port in PC?

anyone have idea regarding this?

thanks in advance.

Regards,
D.
From: dsrking on
Hi

Anybody having idea about usb cdc driver in PC side.

Pls help me to start usb cdc driver.

Thanks in advance.

Regards - D.
From: Simon Richter on
Hi,

On 2010年07月04日 17:00, dsrking wrote:

> Pls help me to start usb cdc driver.

You don't need to write one, it is usually sufficient to use usbser.sys.

If you are building a modem, then

http://support.microsoft.com/kb/837637/en-us

may be what you are looking for; if it's not a modem, then the approach
described as "not recommended" in the KB article (that is, directly
referencing usbser.sys from your .inf file) may be the best option.

Simon