Hello Friends,
I m a new member of this list which has experienced member and developers…
I m working on NT 4.O and SP 5.0
I m writing a NDIS Miniport driver for my device which works on COM Port…
Can I use NDIS library or interface to communicate with COM port.
Or
There is any way by which our NDIS Miniport can communicate directly to the
COM port.
Thanx in advance and looking forward for ur help.
Mac Danial
Get free email and a permanent address at http://www.netaddress.com/?N=1
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
Hi Mac D,
I m having the same problem and looking the same…
I’ll tell u later.
Rajeev Nigam
-----Original Message-----
From: Michal Danial [mailto:xxxxx@usa.net]
Sent: Friday, January 12, 2001 12:32 PM
To: NT Developers Interest List
Subject: [ntdev] NDIS to COM
Hello Friends,
I m a new member of this list which has experienced member and developers…
I m working on NT 4.O and SP 5.0
I m writing a NDIS Miniport driver for my device which works on COM Port…
Can I use NDIS library or interface to communicate with COM port.
Or
There is any way by which our NDIS Miniport can communicate directly to the
COM port.
Thanx in advance and looking forward for ur help.
Mac Danial
Get free email and a permanent address at http://www.netaddress.com/?N=1
You are currently subscribed to ntdev as: xxxxx@dcmtech.co.in
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
Hello ,
MD> I m working on NT 4.O and SP 5.0
MD> I m writing a NDIS Miniport driver for my device which works on COM Port…
MD> Can I use NDIS library or interface to communicate with COM port.
MD> Or There is any way by which our NDIS Miniport can communicate directly to the
MD> COM port.
The answer is very simple. Write a normal NDIS driver, design your own
COM API open,close,write and call back proc for event notification (line
states, rx chars). Put all code for COM Port access into a kernel
library. This is little bit easier, than here is some trouble
with include ndis.h and ntddk.h at the same time. (For Windows 2000 you
can use NDIS_WDM flag for compilation).
For COM port access look in the DDK (serial driver sample). Here you
can see what do you need for function calls, parameters …
elli
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