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

Prevent closing and re-opening the serial port several times, fixes issue 16 (and probably 18) #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rreilink
Copy link
Contributor

Instead of opening and closing the serial port for every step, do it only once. This solves the issues related to the arduino resetting in between, and speeds up the programming since each resets costs a few seconds (may be depending on the Arduino type)

With this PR, the changes related to the 'noinit' of the Arduino gal variable could be reverted; I can make a commit for this if desired.

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.

1 participant