Tech Support > Microsoft Windows > Drivers > I need to implement a COM port and Modem on top of my USB bulk driver.
I need to implement a COM port and Modem on top of my USB bulk driver.
Posted by Denis @ TheOffice on June 9th, 2008


I need to implement a COM port and Modem on top of my USB bulk driver.

I already have made my USB driver. But I have no clue as how to establish the relation with a standard COM port and modem.

Can anyone point me in the right direction?

Regards,
Denis Co



Posted by chris.aseltine@gmail.com on June 9th, 2008


On Jun 9, 11:34 am, "Denis @ TheOffice" <deni...@ica.net> wrote:

0) Write two more INFs where your driver belongs to the Modem or
Ports setup classes

1) Register for the modem or COM port device interfaces

2) Create a DOS symlink to your COM port number, pulling this value
from the registry where it was placed by the class installer

3) Create a read buffer in your driver and fill it with data that you
are always reading from your device

4) Implement all the serial IOCTLs and timeout semantics