-
-
Notifications
You must be signed in to change notification settings - Fork 71
The serial port does not work #112
Comments
I am not able to reproduce. Please send us a video or give more info. |
I am encountering a similar problem.
With the original IDE if I open this file/project, select Uno at COM6, upload, and open the serial monitor I will see "This is a test" and "b" printed. However if I do the same steps with this ide, open the workspace/folder, select Uno and COM6, upload, and then open the serial monitor I will NOT see any output. I am running v0.0.2 on Windows 10. If it is worth anything I am seeing the same error as #107 in the "Arduino" output window, it seems to go away when this ide is run as administrator. |
Thank you for the snippet, @stevenloppe
It comes from the Arduino language server and completely unrelated. |
@stevenloppe, I started the PRO IDE form the HEAD of the source, and I can confirm, it works as expected: I am going to try it with the |
Great, I could reproduce it. it is definitely a UI issue as I see in the messages in the logs. |
Steps to reproduce:
|
I have found another bug which is related to the serial-monitor; if I start the app and attach a board that runs the serial-monitor sketch, then I cannot upload:
|
As I see, there are a few issues here; start the app, try to send anything to the connected board:
|
Timestamps are also broken:
I received only |
I have completely rewritten the serial-monitor feature; the fix will be available with the next release. |
The serial port does not send or receive information
The text was updated successfully, but these errors were encountered: