Allow one sketch to be uploaded to, and serial-monitored on, multiple ports #583
Labels
topic: code
Related to content of the project itself
topic: serial monitor
Related to the Serial Monitor
type: enhancement
Proposed improvement
Is your feature request related to a problem? Please describe.
I am testing a sketch on multiple boards (various different Arduino flavours). If I try to open the IDE twice for the same sketch, it simply reverts to the original. To persuade the IDE to give me multiple windows I have to have a differently named sketch for each board. (I cannot find a way to launch multiple IDE's from Explorer.)
This is tedious, because any changes I make to the "master" sketch, I have to copy and paste to all the others. It also means I have multiple sketches on disk, only one of which I actually need.
Describe the solution you'd like
The nicest solution would be to enable one IDE to upload to, and monitor, multiple ports, instead of just one. If this is not possible, then when "reopening" a sketch that an IDE is already showing, have it ask if you want to allow multiple IDE's for this sketch. As a last resort, allow windows explorer to launch multiple instances of the IDE.
Describe alternatives you've considered
Use Arduino 1.8 which allows windows explorer to launch multiple IDE's with the same sketch.
Additional context
Additional requests:
The text was updated successfully, but these errors were encountered: