Skip to content

serialMenu speed-up #1188

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

Closed
wants to merge 1 commit into from
Closed

serialMenu speed-up #1188

wants to merge 1 commit into from

Conversation

oroszwj
Copy link

@oroszwj oroszwj commented Dec 26, 2012

Changed Editor.java to add optional rescan of serial ports.
Original behavior of Tools menu would rescan serial ports every time it is opened. This can be time consuming, especially if you have an abundance of virtual or bluetooth serial devices. New behavior adds a check button to serialMenu to disable the automatic scanning and a button to manually scan ports.

Arduino

Changed Editor.java to add optional rescan of serial ports.
Original behavior of Tools menu would rescan serial ports every time it is
opened.  This can be time consuming when you have an abundance of virtual
or bluetooth serial devices.  New behavior adds a check button to serialMenu
to disable the automatic scanning and a button to manually scan ports.
@ghost ghost assigned ffissore Apr 18, 2013
@ffissore
Copy link
Contributor

The problem is caused by RXTX, the serial library used by the IDE to talk to the boards. We are going to replace it with jssc and there already is a branch available https://github.com/arduino/Arduino/tree/ide-1.5.x-jssc

@ffissore ffissore closed this Oct 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants