PC Review


Reply
Thread Tools Rate Thread

Comm Port 1 Usage

 
 
Dalayce
Guest
Posts: n/a
 
      12th Apr 2004
How do I determine which process is using a comm port? I
have a piece of software (QuickDesigner from Digital)
which needs access to my serial comm port 1, but it keeps
telling me comm port 1 is in use when there are no other
applications running that could tie up that port.

I have contacted Digital's support desk and they have
indicated that it must be a Windows issue and that I
should investigate system level processes that may
be 'hogging' the comm port. How do I do this?

Thanks,
Dalayce
 
Reply With Quote
 
 
 
 
Rick
Guest
Posts: n/a
 
      12th Apr 2004
"Dalayce" <(E-Mail Removed)> wrote in message news:1896901c420ac$d00f64b0$(E-Mail Removed)...
> How do I determine which process is using a comm port? I
> have a piece of software (QuickDesigner from Digital)
> which needs access to my serial comm port 1, but it keeps
> telling me comm port 1 is in use when there are no other
> applications running that could tie up that port.
>
> I have contacted Digital's support desk and they have
> indicated that it must be a Windows issue and that I
> should investigate system level processes that may
> be 'hogging' the comm port. How do I do this?


Try this:

Start/Run/cmd <ENTER>

At the Command Prompt, type:

attrib -s -h -r c:\boot.ini <ENTER>

and then:

notepad c:\boot.ini <ENTER>

Under the [operating systems] section, add the /noserialmice
option, i.e.:

[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /NoSerialMice:COM1

Save the changes to boot.ini, exit Notepad, then reapply its
file attributes:

attrib +s +h +r c:\boot.ini

Reboot and see if that fixes the problem.

Rick


 
Reply With Quote
 
Dalayce
Guest
Posts: n/a
 
      12th Apr 2004
Hi Rick,

Didn't seem to make any difference.
Is there any way to find out what is 'using' that comm
port?

>-----Original Message-----
>"Dalayce" <(E-Mail Removed)> wrote in message

news:1896901c420ac$d00f64b0$(E-Mail Removed)...
>> How do I determine which process is using a comm port?

I
>> have a piece of software (QuickDesigner from Digital)
>> which needs access to my serial comm port 1, but it

keeps
>> telling me comm port 1 is in use when there are no other
>> applications running that could tie up that port.
>>
>> I have contacted Digital's support desk and they have
>> indicated that it must be a Windows issue and that I
>> should investigate system level processes that may
>> be 'hogging' the comm port. How do I do this?

>
>Try this:
>
>Start/Run/cmd <ENTER>
>
>At the Command Prompt, type:
>
>attrib -s -h -r c:\boot.ini <ENTER>
>
>and then:
>
>notepad c:\boot.ini <ENTER>
>
>Under the [operating systems] section, add

the /noserialmice
>option, i.e.:
>
>[operating systems]
>multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft

Windows 2000 Professional" /NoSerialMice:COM1
>
>Save the changes to boot.ini, exit Notepad, then reapply

its
>file attributes:
>
>attrib +s +h +r c:\boot.ini
>
>Reboot and see if that fixes the problem.
>
>Rick
>
>
>.
>

 
Reply With Quote
 
Mike Brown - Process Manager
Guest
Posts: n/a
 
      13th Apr 2004

"Dalayce" <(E-Mail Removed)> wrote in message
news:1b84301c420d6$800d6c30$(E-Mail Removed)...
> Hi Rick,
>
> Didn't seem to make any difference.
> Is there any way to find out what is 'using' that comm
> port?


Is your serial port enabled and set to COM1? This will be a setting in the
system BIOS. You can check the status of the COM ports by doing the
following:

Right-click My Computer
Click Properties
Click Hardware
Click Device Manager

Open Ports (COM & LPT)

Choose COM1 (if it exists)

Right-click COM1 and choose Properties
Click Resources

What (if any) are the values here? Best values are I/O 03F8-03FF, IRQ 04

If this is the case, make sure your Communication software is set to use
these values for Com1.

Let me know if any of this helps.


 
Reply With Quote
 
Dalayce
Guest
Posts: n/a
 
      13th Apr 2004
Hey Mike,

Serial Port is enabled and set as Com 1 with the IRQ and
i/o loc you specified. The software (QuickDesigner) is
set to look for the same baud, parity, stop bits and flow
control.

The stupid thing is that it's showing com 3 as available
(which is where my onboard modem is tied to) but not com 1.

The QuickDesigner software works fine on a different
laptop running win95, but I'd like to get it working on
the new win2K laptop as well so I can continue to use the
software when the old win95 dinosaur finally packs it in.

Thanks,
Dalayce


>-----Original Message-----
>
>"Dalayce" <(E-Mail Removed)> wrote in message
>news:1b84301c420d6$800d6c30$(E-Mail Removed)...
>> Hi Rick,
>>
>> Didn't seem to make any difference.
>> Is there any way to find out what is 'using' that comm
>> port?

>
>Is your serial port enabled and set to COM1? This will

be a setting in the
>system BIOS. You can check the status of the COM ports

by doing the
>following:
>
>Right-click My Computer
>Click Properties
>Click Hardware
>Click Device Manager
>
>Open Ports (COM & LPT)
>
>Choose COM1 (if it exists)
>
>Right-click COM1 and choose Properties
>Click Resources
>
>What (if any) are the values here? Best values are I/O

03F8-03FF, IRQ 04
>
>If this is the case, make sure your Communication

software is set to use
>these values for Com1.
>
>Let me know if any of this helps.
>
>
>.
>

 
Reply With Quote
 
Rick
Guest
Posts: n/a
 
      13th Apr 2004
Just for a test, have you tried disabling the onboard modem?

Rick

"Dalayce" <(E-Mail Removed)> wrote in message news:178a801c4218d$3cd1e330$(E-Mail Removed)...
> Hey Mike,
>
> Serial Port is enabled and set as Com 1 with the IRQ and
> i/o loc you specified. The software (QuickDesigner) is
> set to look for the same baud, parity, stop bits and flow
> control.
>
> The stupid thing is that it's showing com 3 as available
> (which is where my onboard modem is tied to) but not com 1.
>
> The QuickDesigner software works fine on a different
> laptop running win95, but I'd like to get it working on
> the new win2K laptop as well so I can continue to use the
> software when the old win95 dinosaur finally packs it in.
>
> Thanks,
> Dalayce
>
>
> >-----Original Message-----
> >
> >"Dalayce" <(E-Mail Removed)> wrote in message
> >news:1b84301c420d6$800d6c30$(E-Mail Removed)...
> >> Hi Rick,
> >>
> >> Didn't seem to make any difference.
> >> Is there any way to find out what is 'using' that comm
> >> port?

> >
> >Is your serial port enabled and set to COM1? This will

> be a setting in the
> >system BIOS. You can check the status of the COM ports

> by doing the
> >following:
> >
> >Right-click My Computer
> >Click Properties
> >Click Hardware
> >Click Device Manager
> >
> >Open Ports (COM & LPT)
> >
> >Choose COM1 (if it exists)
> >
> >Right-click COM1 and choose Properties
> >Click Resources
> >
> >What (if any) are the values here? Best values are I/O

> 03F8-03FF, IRQ 04
> >
> >If this is the case, make sure your Communication

> software is set to use
> >these values for Com1.
> >
> >Let me know if any of this helps.
> >
> >
> >.
> >



 
Reply With Quote
 
Mike Brown - Process Manager
Guest
Posts: n/a
 
      13th Apr 2004
"Dalayce" <(E-Mail Removed)> wrote in message
news:178a801c4218d$3cd1e330$(E-Mail Removed)...
> Hey Mike,
>
> Serial Port is enabled and set as Com 1 with the IRQ and
> i/o loc you specified. The software (QuickDesigner) is
> set to look for the same baud, parity, stop bits and flow
> control.
>
> The stupid thing is that it's showing com 3 as available
> (which is where my onboard modem is tied to) but not com 1.


Is the modem also using IRQ4 by any chance?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comm port Maurizio Microsoft Dot NET 1 13th Sep 2004 02:02 PM
Comm port PawelR Microsoft C# .NET 2 8th Mar 2004 01:29 PM
comm port Terry Microsoft Access Getting Started 0 6th Nov 2003 04:26 PM
COMM PORT JIMMY Windows XP Hardware 1 17th Oct 2003 10:22 PM
Value to comm port Frank Microsoft Access Forms 4 9th Sep 2003 11:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:41 PM.