Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fixed serial port argument that may include spaces #6383

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

Merged
cmaglie merged 1 commit into arduino:master from smartperson:master
Jul 25, 2017

Conversation

Copy link
Contributor

@smartperson smartperson commented Jun 15, 2017

Other paths in avrdude.upload.pattern are wrapped in double quotes, and this -P{serial.port} causes issues with some platforms. This allows serial port devices which include spaces and other characters. Without this fix a /dev/tty* or /dev/cu* device that includes a space in its name gets truncated when passed to avrdude. Error messages returned from avrdude are cryptic, and workarounds (symlinks) are prone to failure.

Fixes #3693

facchinm and per1234 reacted with thumbs up emoji
Other paths in avrdude.upload.pattern are wrapped in double quotes, and
this -P{serial.port} causes issues with some platforms. This allows
serial port devices which include spaces and other characters. Without
this fix a /dev/tty* or /dev/cu* device that includes a space in its
name gets truncated when passed to avrdude. Error messages returned
from avrdude are cryptic, and workarounds (symlinks) are prone to
failure.
Fixes arduino#3693 
@smartperson smartperson changed the title (削除) Fixed Serial Port Argument that may include spaces (削除ここまで) (追記) Fixed serial port argument that may include spaces (追記ここまで) Jun 15, 2017
Copy link
Collaborator

@matthijskooijman matthijskooijman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. @cmaglie, this is an easy merge, let's just pick it up?

Copy link
Member

@facchinm facchinm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a double check on all architectures would be interesting too 🙂

@facchinm facchinm added the Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) label Jul 25, 2017
@facchinm facchinm added this to the Release 1.8.4 milestone Jul 25, 2017
@cmaglie cmaglie merged commit 0fc235d into arduino:master Jul 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@matthijskooijman matthijskooijman matthijskooijman approved these changes

@facchinm facchinm facchinm approved these changes

Assignees
No one assigned
Labels
Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.)
Projects
None yet
Milestone
Release 1.8.4
Development

Successfully merging this pull request may close these issues.

Serial port - spaces in name

AltStyle によって変換されたページ (->オリジナル) /