Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows XP > Windows XP Device Drivers

Notices

Reply

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

 

LinkBack Thread Tools Display Modes
Old 06-09-2008, 04:34 PM   #1 (permalink)
Default 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



Denis @ TheOffice
Guest
 
Posts: n/a
Reply With Quote  
Old 06-09-2008, 06:19 PM   #2 (permalink)
Default 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:
Quote:
> 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
chris.aseltine@gmail.com
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

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


Similar Threads

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


All times are GMT. The time now is 04:33 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90