-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
Setting baud requires setting port #248
Comments
Hm... I've just checked the code: https://github.com/platformio/platformio/blob/develop/platformio/commands/serialports.py#L73:L77 PlatformIO will try to find available port automatically. In your case, it can't perform it. Could I ask you to give me an output of this command? platformio serialports list |
It doesn't have any trouble finding the right port if I don't pass in any options, but then of course I haven't set the baud rate I'm looking for and get a bunch of gibberish
|
Thanks, I've just reproduced this bug. I'll fix it. |
Thanks for the quick response! I wish I could contribute but flipping around the code couldn't see where this enforcement was defined. |
I've just fixed it :) P.S: Try PlatformIO |
Thanks again! |
Getting this error when I try to just set the
baud
optionWorks if I set the
port
option as well (as long as the port is set before baud)Is this intentional? It looks like other settings (
echo
) also don't take effect unlessport
has been set.The text was updated successfully, but these errors were encountered: