Hi
I want to create a Virtual serial port (say COM 5) and expose to serial
port applications. when any operations happens on this port, I want
redirect to my own PCI card driver(which can understand serial commands).
I am not interested in normal COM ports (COM1 & COM2 ) operations. I am
interested only in COM5, the port I am exposing.
Any idea how to proceed…?
I have to write this drive in Win98, Win NT and Win2K
Bye
Sanesh Kumar K
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
If you have driver:works and vtoolsd they come with
serial port samples. you will need to see the interfaces
exposed. The driver::works sample comes with a base class
that can be derived to handle your virtual port requests.
There are inline comments in their code.
The driver::works sample (for NT/2K ) is based upon the ddk
serial sample.
I did a virtual serial port driver based upon this a couple months ago.
Rob Linegar
Software Engineer
Data Encryption Systems Limited
-----Original Message-----
From: xxxxx@ctd.hcltech.com [mailto:xxxxx@ctd.hcltech.com]
Sent: 19 July 2001 06:52
To: NT Developers Interest List
Subject: [ntdev] Virtual Serial Driver - Help
Hi
I want to create a Virtual serial port (say COM 5) and expose
to serial
port applications. when any operations happens on this port, I want
redirect to my own PCI card driver(which can understand
serial commands).
I am not interested in normal COM ports (COM1 & COM2 )
operations. I am
interested only in COM5, the port I am exposing.
Any idea how to proceed…?
I have to write this drive in Win98, Win NT and Win2K
Bye
Sanesh Kumar K
You are currently subscribed to ntdev as: xxxxx@des.co.uk
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Regarding doing this in Win2k, read the section in the DDK titled “COM Port
Interfaces”
I hope this is useful.
Tony
-----Original Message-----
From: xxxxx@ctd.hcltech.com [SMTP:xxxxx@ctd.hcltech.com]
Sent: Thursday, July 19, 2001 11:22 AM
To: NT Developers Interest List
Subject: [ntdev] Virtual Serial Driver - Help
Hi
I want to create a Virtual serial port (say COM 5) and expose to
serial
port applications. when any operations happens on this port, I want
redirect to my own PCI card driver(which can understand serial
commands).
I am not interested in normal COM ports (COM1 & COM2 ) operations. I
am
interested only in COM5, the port I am exposing.
Any idea how to proceed…?
I have to write this drive in Win98, Win NT and Win2K
Bye
Sanesh Kumar K
You are currently subscribed to ntdev as:
xxxxx@blr.hpsglobal.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com