Hi All,
I have developed a driver for USB-to-Serial bridge device. But system does not load standard mouse driver when a serial mouse is connected to USB-to-Serial bridge device.
Could any one give me pointer how to load a mouse driver for the mouse connected to USB-to-Serial bridge device?
Thanks & regards,
Anand
The key to this is the serenum protocol, see this link
http://www.microsoft.com/whdc/resources/respec/specs/pnpcom.mspx
Which leads to this document
http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/pnpcom.rtf
my guess is that your usb->serial bridge is not fully implemented serial port, or if it is, it has timing issues which prevent the serial enumeration protocol from running successfully. You can easily test this out by open the com port in user mode and implement the protocol and reading the output from the port.
d
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@juno.com
Sent: Monday, September 12, 2005 12:03 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Mouse driver over USB-to-Serial bridge device
Hi All,
I have developed a driver for USB-to-Serial bridge device. But system does not load standard mouse driver when a serial mouse is connected to USB-to-Serial bridge device.
Could any one give me pointer how to load a mouse driver for the mouse connected to USB-to-Serial bridge device?
Thanks & regards,
Anand
?
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
You can also build serenum.sys and see where it is failing.
Sincerely;
Mike Jones
wrote in message news:xxxxx@ntdevā¦
Hi All,
I have developed a driver for USB-to-Serial bridge device. But system does not load standard mouse driver when a serial mouse is connected to USB-to-Serial bridge device.
Could any one give me pointer how to load a mouse driver for the mouse connected to USB-to-Serial bridge device?
Thanks & regards,
Anand