Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom hardware presets #7337

Closed
marecl opened this issue Mar 17, 2018 · 1 comment
Closed

Custom hardware presets #7337

marecl opened this issue Mar 17, 2018 · 1 comment
Labels
Type: Duplicate Another item already exists for this topic

Comments

@marecl
Copy link

marecl commented Mar 17, 2018

I have encountered one of the biggest problems: developing code on two different boards at the same time. Every time I change board I must set everything up again so I've got an idea:

  1. Every window with code can have independent board settings and Serial Monitor (SM wouldn't be critical but would be nice)
  2. Save current device settings (like baudrate, COM port, clock frequency)

Or (somebody posted this before) add preprocessor command so device can be identified and configured "on the go" in the sketch.

@per1234 per1234 added the Type: Duplicate Another item already exists for this topic label Mar 17, 2018
@per1234
Copy link
Collaborator

per1234 commented Mar 17, 2018

Every window with code can have independent board settings and Serial Monitor (SM wouldn't be critical but would be nice)

At least on Windows and Linux, this is already possible. If you start two instances of the Arduino IDE (by starting the application twice), you can have a different board and port setting on each instance. This is different from the behavior of multiple open windows of the same IDE instance (which are generated from File > Open, File > New, File > Examples, and File > Sketchbook), where a Tools menu change on one IDE window affects all other windows.

I'd assume you can do the same on macOS but I can't check that. If someone discovers that is not possible on Mac then I think it would be reasonable to reopen this feature request.

Save current device settings (like baudrate, COM port, clock frequency)

Closing as duplicate of arduino/arduino-ide#2438, and many others, including most recently #7324

We welcome bug reports and feature requests but in the future please take the time to search for existing open and closed issues and pull requests before submitting an issue:
https://github.com/arduino/Arduino/issues?&q=
If you do find the issue has already been reported or a fix has been submitted, you are welcome to give it a "thumbs up" by clicking on the smiley face icon at the top right to show your support. Please only comment on the issue if you have additional information to add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

2 participants