Creates a symbolic link between \DosDevices\<PortName> and the internal
device object name for a COM port.
<PortName> is the value of the PortName (or Identifier) entry value for the
COM port. The Ports class installer sets PortName to COM<n>, where <n> is a
COM port number that the installer obtains from the COM port database. Serial
uses this name to create a symbolic link to the port. There is no limit to
the number of COM ports that Windows supports. User-mode clients use the
symbolic link name to open a COM port.
here it is mentione that port class installer sets portname to "com" and
serial uses it it asa symbolic link....from where port class installer will
take this "com".. is there any relation with h/w?why i am asking becz i am
developing usb2ser driver ..i htought if i install my driver in port class it
will take care of this..is it right?
From the registry database.
The API to access it is documented.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
ma...@storagecraft.com
http://www.storagecraft.com
"Maxim S. Shatskih" wrote:
> i mean it is default right ?if we choose the class installer as ports we will get the portname as COM and we will use this as symbolic link to the applications
> i mean it is default right ?if we choose the class installer as ports
> we will get the portname as COM and we will use this as symbolic
> link to the applications
Why are you questioning *exactly* what the documentation says? Why
don't you just try it and find out for yourself?
"chris.a...@gmail.com" wrote:
i tried
i installed my driver in test PC...some installation problem came as device
is not configured properly..i deleted my .sys in windows/system32/drivers n
.inf files in windows/inf ..i found them n delete...and if i reconnect the
device to PC add hardware wizard is not cmng at all..plz help me to resolve
this...
can any one tell me "device is not cofigured correctly "is this error
about driver coding or becz of changes in inf file....