hi..
plz read this..
Serial performs the following tasks to create a COM port device interface:
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?