-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Arduino IDE Add-on : Serial Monitor for ESP8266 #1360
Comments
Why would you want this? |
Because DTR and RTS signals are not correctly managed by original serial monitor that keeps the ESP8266 board in reset mode once open. |
I love it - it's a great idea and I'd love to see it included in the main code base |
ah yea nice! |
Ooops!
|
@EUA What is your Arduino IDE version ? |
@mytrain 1.6.7 |
@mytrain thank you so much. This is a good one. |
@EUA Does anybody else got this issue ? |
i`m using windows and arduino 1.6.7 |
@tontito |
|
@tontito Thanks for keeping me updated |
I am using linux version. |
Hey, Very nice plugin. Could you please post source code for this plugin? Actually If it's easier for you could you just remove check-box from reset? I need it for my application. Thanks in advance. |
@mytrain got this error in 1.6.8
got it working on an older version of the IDE i think is 1.6.5 - i have checked and its 1.6.7 OS windows 7 - 64bit |
I'll try it on 1.6.7. The 22nd of January I posted an updated version on same link than first one. Could you confirm you downloaded yours after the 22nd (ESP8266SM.jar dated on 22nd of January with a size of 12 492 bytes). |
I've got the same exception with Arduino 1.6.8. |
@mytrain i will give it a try when i get home and report back |
Looks working also with 1.6.9 |
Can someone explain me where to extract the zip file. EDIT: I have solved the problem but now I have another one :-) |
@mytrain could you please put it up in a github repo to have it under version control? |
I'll do it tonight
…----- Mail original -----
De: "Develo" <notifications@github.com>
À: "esp8266/Arduino" <Arduino@noreply.github.com>
Cc: "d2002" <d2002@free.fr>, "Mention" <mention@noreply.github.com>
Envoyé: Jeudi 19 Octobre 2017 07:35:48
Objet: Re: [esp8266/Arduino] Arduino IDE Add-on : Serial Monitor for ESP8266 (#1360)
@mytrain could you please put it up in a github repo to have it under version control?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub , or mute the thread .
|
@mytrain did you ever put it on github? |
SOrry, I completly forget to do it. |
The referenced upload seems to be this one. |
Pending: add a link to that repo from the docs. |
how do install on a mac? |
I am Also looking for solutions for serial monitor not working when I boot it up in operate mode. Ie Chip Enable pulled high. It works when i get it to the program mode aka flash mode (GOIO0 grounded), then once the code upload is done and the chip go into operate mode by itself, the serial monitor will work and my message will be displayed. Will this modified serial monitor help if I only connect the RX and TX 3.3V and ground from ESP 8266 generic module to the serial interface if my PC ? I guess not as it try to control DTR which is not connected in my case. |
Ctrl-click on Arduino.app and click "Show Package Contents" |
For the ones interested in I've recently developed an add-on for the ARDUINO IDE in order to be able to use the Serial Monitor with an ESP8266 generic module.
The add-on is available in the menu under 'Tools> ESP8266 Modify Serial Monitor' and starts a modified version of the Serial Monitor with 3 extra widgets:
NOTE : Arduino Serial Monitor shall not be started otherwise modified one will not be available. Restart the IDE if you started the Arduino Serial Monitor before.
On start 'reset' is checked and 'programmation' is none that will reset the ESP8266 . Un-check 'reset' to get the board running.
If the community agrees and help me (I've never committed on GITHUB) I can publish the source code for the add-on.
Extract the following archive in the tools folder of your ARDUINO sketch folder.
http://mytrain.fr/cms//images/mytrain/private/ESP8266SM.zip
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: