com ports missing

  • Thread starter Thread starter bigger brother
  • Start date Start date
B

bigger brother

Hi, I have just discoverd that my com ports in device manager have gone ( 1
to 10, but now have bluetooth 11 to 21 ).
How do I create new com ports 1 to 10 again

Thanks
John
 
If you know how to edit the Registry, they may or may not be listed here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Ports

On the Edit menu, Add Value name <Port Name> as a type REG_SZ.
<Port Name> is the actual port such as LPT1: or COM3:.
In the String Editor, enter the correct value data.

NOTE: LPTx ports have a blank string.

NOTE: COMx ports have BaudRate,Parity,DataBits,StopBits,FlowControl where:

BaudRate=75,110,134,150,300,600,1200,1800,2400,4800,7200,9600,14400,19200,38400,57600, or 115,200

Parity=n,o,e,m, or s

DataBits=4,5,6,7, or 8

StopBits=1,1.5, or 2

FlowControl=not entered for none, p for hardware, or x for XON/XOFF.
 
Back
Top