W2k serial port and modem wizard

Hi.

I have developed serial port driver that creates virtual serial port
and it is designed for NT. Now, I am testing it on W2k.
It seems my regacy serial port driver is working fine on W2k.
But when I try to install a modem by modem wizard,
it won’t display my port in the list of ports in system.

Does anyone know where the modem wizard is looking for information
about serial ports that installed on system?

Thanks and regards,


Masahiro Kisono
kisono@cs.ricoh.co.jp
RICOH COMPANY, LTD.

You need to add serenum.sys as an upper filter driver for your driver. This
way your driver will be enumerated into a list of serial ports that will be
available for modems. Look in the the msports.inf file on a Win2K system for
an example of how this is done.

Jim

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Masahiro Kisono
Sent: Thursday, April 27, 2000 2:00 AM
To: NT Developers Interest List
Subject: [ntdev] W2k serial port and modem wizard

Hi.

I have developed serial port driver that creates virtual serial port
and it is designed for NT. Now, I am testing it on W2k.
It seems my regacy serial port driver is working fine on W2k.
But when I try to install a modem by modem wizard,
it won’t display my port in the list of ports in system.

Does anyone know where the modem wizard is looking for information
about serial ports that installed on system?

Thanks and regards,


Masahiro Kisono
kisono@cs.ricoh.co.jp
RICOH COMPANY, LTD.


You are currently subscribed to ntdev as: xxxxx@youngendeavors.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)