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

Posted: 06-09-2008, 05:34 PM
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



Reply With Quote

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

chris.aseltine@gmail.com
Guest
Posts: n/a
 
Re: I need to implement a COM port and Modem on top of my USB bulkdriver.
Posted: 06-09-2008, 07:19 PM
On Jun 9, 11:34 am, "Denis @ TheOffice" <deni...@ica.net> wrote:
> 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.
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
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Com port for modem? dev Windows Vista Install & Setup 0 06-18-2006 07:00 PM
modem not communicating with port John Windows XP Configuration & Management 1 08-27-2004 07:34 PM
Modem Port already in use Lloyd Mortiss Windows XP Help & Support 4 11-25-2003 04:40 PM
Modem port already open??? dwight Windows XP Hardware 0 08-06-2003 05:04 PM
DSL modem hooked to usb port brian Windows XP Device Drivers 0 07-21-2003 11:05 PM