How to force PNP device to be a fixed COM port?

G

Guest

I have a serial multifunction card with 4 serial ports... i wish to have
constant COM ports allocated to each serial device across all computers. This
works automatically for nearly all machines so far, but i have one machine
that is misbehaving. My multifunction device appears now on com3 when it
always usually should be on COM6. My question is how do i force my devices
and device drivers to be in the COM port order i define?

This is what i expect:
OXPCIMF\*PNP0501\000D0003 -> COM 6
OXPCIMF\*PNP0501\000D0000 -> COM 3
OXPCIMF\*PNP0501\000D0001 -> COM 4
OXPCIMF\*PNP0501\000D0002 -> COM 5

The com ports for all these devices are out of order on this one system:
OXPCIMF\*PNP0501\000D0003 -> COM 3
OXPCIMF\*PNP0501\000D0000 -> COM 4
OXPCIMF\*PNP0501\000D0001 -> COM 5
OXPCIMF\*PNP0501\000D0002 -> COM 6
 
S

Slobodan Brcin \(eMVP\)

Paul,

You can do this trough simple application executed during the FBA or even by
reg.exe that will change port names after PnP install drivers.

In your case find:
HKLM\System\ControlSet001\Enum\ .... \FriendlyName and change it to some
text that you would like to see.
HKLM\System\ControlSet001\Enum\ .... \Device Parameters\PortName and change
it to name that you would like to use. (COMX)

After the reboot these changes will be applied.

Regards,
Slobodan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top