When I click upload and the serial monitor is open, the IDE closes it for me...
I think it would be a major timesaver if the IDE could open it again after the upload is complete. I've lost count of how many times I've re-opened the serial monitor this week.
If you talk to the Arduino using Hyperterminal and try to do an upload you will get;
processing.app.SerialException: Serial port 'COM25' already in use. Try quiting any programs that may be using it.
But there is no reason why the IDE could not at least re-open the Serial Monitor after it has done an upload - other than the good one that people have bigger fish to fry
Does anybody know why opening the Serial Monitor or Hyperterminal appears to cause a reset?
When the monitor/hyperterminal opens my sketches are always in setup.
I have just started trying to write a C# program to communicate with the Arduino over the com port and it does not seem to have the same effect.
fungus:
When I click upload and the serial monitor is open, the IDE closes it for me...
I think it would be a major timesaver if the IDE could open it again after the upload is complete. I've lost count of how many times I've re-opened the serial monitor this week.