-->
Page 51 of 58

Re: ESPlorer — Next Generation IDE for ESP8266 developers

PostPosted: Thu Mar 31, 2016 9:21 am
by 4refr0nt
Gopal Banerjee wrote:The USB to Serial COM port drivers are SILABSER.SYS & Wdf01000.sys

ESPlorer use JSSC library for low-level serial communcation.
You can try post issue to JSSC library https://github.com/scream3r/java-simple ... -connector

Re: ESPlorer — Next Generation IDE for ESP8266 developers

PostPosted: Fri Apr 22, 2016 3:05 pm
by 4refr0nt
New version 0.2.0-rc3 released with MicroPython support.

New features:
MicroPython firmware autodetection
MicroPython syntax highlighting
MicroPython files extensions *.py and *.pyc added
MicroPython SendToESP command (send current file from editor window to ESP8266, ALT+E)
MicroPython SendLine command (send one line from editor window to ESP8266, ALT+L)
MicroPython SendBlock command (send selected block from editor window to ESP8266, ALT+B)
MicroPython Coomands Tab: GPIO reading and writing, WiFi and TCP connetions)
MicroPython Snippets (user editable code blocks, buttons for fast executing)
MicroPython manual entered commands history
MicroPython code autocomplete CTRL+SPACE
Show/Hide editor window for using as simple colored terminal
Show/Hide terminal window for full-screen code editing

http://esp8266.ru/esplorer/#download (hight load traffic now, please be patient)

Re: ESPlorer — Next Generation IDE for ESP8266 developers

PostPosted: Thu Apr 28, 2016 2:09 am
by 4refr0nt
New version 0.2.0-rc4 released

New features:

Add support Microchip RN2483 most usually commands

Re: ESPlorer — Next Generation IDE for ESP8266 developers

PostPosted: Thu May 12, 2016 12:13 am
by askvictor
It seems that when uploading a python file (in micropython mode), ESPlorer isn't writing a newline at the end of each line, so python can't run the files as it sees them as one very long line!