imawolfking / serialchart

Automatically exported from code.google.com/p/serialchart
0 stars 0 forks source link

Serial chart says that the com port is busy when its not #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set up to read data from arduino
2. Run
3.

What is the expected output? What do you see instead?
I expected the soft to connect to Serial port and display a graph. I get an 
error that the soft can't connect to configured COM port. I am sure that i 
closed all other applications and even unplugged and plugged the usb cable 
again and still nothing. g

What version of the product are you using? On what operating system?
I am using the most recent Serial Chart on windows 7 32 bit. 

Please provide any additional information below.
Somehow i believe that it must be something with windows 7

Original issue reported on code.google.com by Shara...@gmail.com on 27 Nov 2011 at 9:33

GoogleCodeExporter commented 8 years ago
Same problem with Windows 7 64-bit

Original comment by mario.an...@gmail.com on 1 Feb 2012 at 4:47

GoogleCodeExporter commented 8 years ago
Same problem as well, Windows 7 64-bit
Getting error message:
"Could not open port COM15
Make sure the port is available and not used by other applications"

No other apps are using COM15 when attempted to run and confirmed communication 
is good on COM15 by using Arduino's serial monitor and a RS232 Data logger.

Tested with XP and works

Original comment by KESD...@gmail.com on 6 Mar 2012 at 12:12

GoogleCodeExporter commented 8 years ago
Exactly identical error; using Windows 7 64-bit
error message:  "Could not open port COM15
Make sure the port is available and not used by other applications"

made sure that no other software instances were blocking the use of Serial Port.
Cross-checked with Free Serial Port Monitor 4.0

Original comment by ro...@robosoftsystems.co.in on 9 Apr 2012 at 7:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I receive the same error.. It seems that the higher com port numbers receive 
the message when the lower (below 10) do not.  The program seems to work on com 
ports like 3, 4, etc..

(Windows 7 64bit)
error message:  "Could not open port COM12 Make sure the port is available and 
not used by other applications"
Also made sure that no other software instances were blocking the use of Serial 
Port.

Original comment by markc...@gmail.com on 26 Jun 2012 at 4:30

GoogleCodeExporter commented 8 years ago
Noticed same behavior as listed by markc... (comment 5). Program works with 
lower numbered serial ports. In my case, did not work on com11 and worked when 
port # changed to com2.

Original comment by para...@gmail.com on 26 Jul 2012 at 1:28

GoogleCodeExporter commented 8 years ago
Same problem wit win7 64 but changing the port to 2 as noted in comment 6 works.

Original comment by jmr...@gmail.com on 28 Jul 2012 at 6:51

GoogleCodeExporter commented 8 years ago
This a problem that comes from the qt serial library. So I will not be fixing 
that but as a workaround I want to let you know that you're not stuck with 
high-numbered ports that Windows assigns , you can change them to something 
lower than 10, for example COM7 , COM5, here is how:

Right Click on My Computer, and click Manage
Then from Device Manager > Ports (COM & LPT)
Right click the port with high number and choose Properties.
Click on Port Settings Tab and then click Advanced...
On that dialog you can change COM Port Number to a number lower than 10. 
Sometimes it will say "In Use" but you can assign it over it , as long as that 
device is not connected (you don't see it under device manager). 

Original comment by sergiubaluta on 22 Jan 2013 at 4:22