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

serialports monitor ignores parameters (pySerial < 3) #346

Closed
MrSnowflake opened this issue Dec 1, 2015 · 4 comments
Closed

serialports monitor ignores parameters (pySerial < 3) #346

MrSnowflake opened this issue Dec 1, 2015 · 4 comments
Assignees
Labels
Milestone

Comments

@MrSnowflake
Copy link

Hi,

The options for the serial monitor are ignored when using pySerial < 3. (I use 2.7). The following command should open a serial monitor with baudrate 115200:

platformio serialports monitor -b 115200

But it opens as 9600, which is the default value.

@MrSnowflake MrSnowflake changed the title serialports monitor ignores parameters (Python < 3) serialports monitor ignores parameters (pySerial < 3) Dec 1, 2015
@MrSnowflake
Copy link
Author

It seems to be something with the parsing of the options in serial.tools.miniterm. But I can't figure out what exactly.

@ivankravets ivankravets self-assigned this Dec 1, 2015
@ivankravets ivankravets added this to the 2.4.0 milestone Dec 1, 2015
@ivankravets
Copy link
Member

Hi @MrSnowflake,

This issue is linked with the latest Click 6.0. I will fix it as soon as possible.

Temporary solution:

pip uninstall click
pip install "click<6"

@ivankravets
Copy link
Member

I've just opened related issue pallets/click#473

If this isn't Click's bug, I'll drop Click version to "click<6".

ivankravets added a commit that referenced this issue Dec 1, 2015
@ivankravets ivankravets removed this from the 2.4.0 milestone Dec 1, 2015
@ivankravets ivankravets added this to the 2.4.0 milestone Dec 1, 2015
@ivankravets
Copy link
Member

Fixed in 2.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants