You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
MrSnowflake
changed the title
serialports monitor ignores parameters (Python < 3)
serialports monitor ignores parameters (pySerial < 3)
Dec 1, 2015
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:
But it opens as 9600, which is the default value.
The text was updated successfully, but these errors were encountered: