Re: USB Composite Device, Serial + Mass Storage, could not install

Tech-Archive recommends: Fix windows errors by optimizing your registry



Are you adding 2 interfaces for the same device? or are you emulating 2
devices on the same chip with a hub above them?

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com

"yingbohu" <yingbohu@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:51E41E21-405B-4FEF-ADA6-14E0150B8C20@xxxxxxxxxxxxxxxx
Vetzak,
I can really install a USB device as a virtual serial port on Win2K and
WinXP by using usbser.sys. A INF file is needed to do that. The problem is
that if I add more function such as Mass Storage then windows could not
install the virtual serial port successfully. Mass storage can still work so
I think the usbser.sys could not support composite virtual serial port.

Thanks for your information

"Vetzak" wrote:

I quickly gave up trying to use usbser.sys, because I couldn't install
it as a COM-port (Ports device class). I believe you can only deploy
usbser.sys for modem (Modem device class). So instead I wrote my own
USB-serial driver for Win2K and later. I runs great for different
device classes (Modem, Ports, Smart card). It's not hard to write such
a driver yourself.



.



Relevant Pages

  • RE: Bluetooth virtual serial ports
    ... Windows Sockets Support for Virtual ... Developers that want a virtual serial port solution must write their own application that accesses user-mode Winsock interfaces, ... Windows Sockets Support for Virtual Serial Port Functionality" of MSDN ...
    (microsoft.public.win32.programmer.networks)
  • how to obtain a count of device handles in use: Windows CE 5
    ... on Windows CE 5 device (usb-to-serial kind of thing, ... handle for this virtual serial port properly. ... My question is that is there any tool (like in Platform Builder suite or a ... third-party) for Windows CE 5, which monitors a count on handles for devices ...
    (microsoft.public.windowsce.platbuilder)
  • virtual serial port
    ... Has anyone done a virtual serial port on a windows CE device? ... I have to admit I'm after more information on the PC side, ... this is a good place to start as folks here might be doing both sides. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Pseudo device or virtual COM port
    ... Windows does not have native support for this, there are a number of firms ... I'm absolutely new to Windows Driver Development and DDK. ... posix_openpt create a pseudo device with a master and a slave side: ...
    (microsoft.public.development.device.drivers)