parallaxinc / SimpleIDE

SimpleIDE for Propeller
26 stars 13 forks source link

SimpleIDE: Open terminal prevents other SimpleIDE instance using the same port for loading to Propeller #232

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If multiple SimpleIDE windows are open, one SimpleIDE Terminal will prevent the 
other instance of SimpleIDE from being able to load a program using the same 
com port.  

A) What steps will reproduce the problem?

  1. Open up two instances of SimpleIDE in Windows.
  2. Write programs that display in the terminal for both SimpleIDE instances.
  3. Set both SimpleIDE windows to the same COM
  4. Click Run with Terminal in in the first instance.
  5. Do not close the first instance's SimpleIDE Terminal.
  6. Click Run with Terminal in the second instance.

B) What is the expected and actual behavior (output)?

Actual: "error: opening serial port 'COM**'".  

Expected: The actual behavior really is the one we would expect.  However, some 
customers running multiple SimpleIDE instances might get confused.  It would be 
nice if SimpleIDE could detect that there's another instance already using that 
COM port and suggest that the user find and close that connection.

C) Classify the bug as one of the following:

1. Show Stopper
2. Medium Priority
3. Cosmetic
  4. Low Priority <<<

D) Application Version and Platform:

Version
    SimpleIDE 0-9-66

Platform

Choose OpSys from Labels Below:
    OpSys-All, OpSys-Linux, OpSys-Mac, or >>>OpSys-Windows<<<

Specify Platform OS Version and 32 or 64 bit. For example:

Linux Debian (32 or 64 bit)
Linux Suse   (32 or 64 bit)
Mac OSX      (64 bit Lion)
Windows XP   (32 bit)
    >>>Windows 7    (32 or 64 bit)<<<

Original issue reported on code.google.com by alind...@parallax.com on 14 Aug 2014 at 10:00