Windows XP Community - XPHeads



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

microsoft.public.windowsxp.device_driver.dev


Reply
  #1 (permalink)  
Old 06-09-2008, 04:34 PM
Denis @ TheOffice
 
Posts: n/a
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.

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



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-09-2008, 06:19 PM
chris.aseltine@gmail.com
 
Posts: n/a
Re: I need to implement a COM port and Modem on top of my USB bulkdriver.
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:03 PM.








Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74