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

RE: com ports missing by Byte

Byte
Wed Mar 05 07:33:01 PST 2008

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.


--
XP - WNP
Today is the first day of the
rest of your life.



"bigger brother" wrote:

> 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