Chat about current Lua tools and IDEs

User avatar
By 4refr0nt
#44580
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
User avatar
By 4refr0nt
#46016 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)