I'm sorry but the serial protocol is adapted for NodeMCU only now. I tested Windows7 PC and it wokes quite well.
Testing video clip is here:
https://youtu.be/qdybEudI5nk
Search found 3 matches
- Tue Oct 04, 2016 8:40 am
- Forum: ESP8266 boards
- Topic: simple IDE for MicroPython on ESP8266 : ESPyHarp
- Replies: 2
- Views: 4776
- Sat Oct 01, 2016 11:56 pm
- Forum: ESP8266 boards
- Topic: Simple controller
- Replies: 2
- Views: 3333
Re: Simple controller
The line
print "Client connected"
will cause an error on python3.
print("Client connected")
print "Client connected"
will cause an error on python3.
print("Client connected")
- Sat Oct 01, 2016 6:11 am
- Forum: ESP8266 boards
- Topic: simple IDE for MicroPython on ESP8266 : ESPyHarp
- Replies: 2
- Views: 4776
simple IDE for MicroPython on ESP8266 : ESPyHarp
MicroPython on ESP8266 is amazing. However, I had found the fact that there is no useful development tool (or IDE). So, I started to develop IDE for personal use and named it ESPyHarp. Please check this release page:
http://studymake.tistory.com/584
http://studymake.tistory.com/584