com ports missing

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
 
B

Byte

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.
 

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

Similar Threads

COM ports 2
Communication ports 1
Reinstalling Ports 6
count COM Ports 1
COM port missing 3
USB Com ports 6
missing com ports in device manager 1
Com ports not visible in device manager 2

Top