-
-
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
Send text to Serial Port #926
Comments
Please sorry, what do you mean? Have you seen |
Oh, really sorry. I have tried |
Hi, i'm looking for the same basic option that Arduino IDE offers. Have tried to find that in the pio device monitor section but nothing seems to look like what we need, which is to pass commands to our devices (arduino or ESPs): `$ platformio device monitor --- Available ports:
|
@cybergogo please note that @pyserial currently does not support sending bulk of data. See my issue/feature request pyserial/pyserial#388 We plan to add "Serial Monitor" and other instruemnts to PIO Home soon. A temporary solution is to use free tool Coolterm http://freeware.the-meiers.org/ |
Thanks for the reply. I With hope it gets integrated asap, it would help us a loooooot :-) |
@cybergogo I come a bit late to that, but I just faced this issue. Eventually, I was able to send data to my arduino through the pio serial monitor. I did so, by pressing ctrl+t (opening the menu), followed by another ctrl+t. Then I just typed what I wanted to send and hit enter. It worked. However, I could not see the command I was typing. This is still a bad design and error prone. @ivankravets how is things with this issue? |
Depends on pyserial/pyserial#388 |
Please upgrade to the latest version via Does it work? |
Working for me. Would love to see the text as it's typed, but send_on_enter working in VScode pio plugin. |
Does it work if you use |
Yes, echo flag works! This is my first week with PIO, I can't believe how long I was using the Arduino IDE... Thanks for the quick responses and contributions! |
Temporary solution
Arduino IDE and Deviot could send text to Serial Port. It seems like platformio-core cli does not support that. I plan to add this function into the PlatformIO VSCode extension. Not sure whether this function will be added in platformio-core cli in the near future, otherwise I may want to use other library to implement that. 😄
The text was updated successfully, but these errors were encountered: