Search found 34 matches

by ioukos
Thu Oct 20, 2016 7:12 am
Forum: ESP8266 boards
Topic: [SOLVED] REPL Doesn't Work
Replies: 8
Views: 9851

Re: REPL Doesn't Work

Make sure you have flow control disabled. You were right ! I had to disable Hardware FC to make it work on the D1 mini pro. But not with the D1 mini. Can you try "screen /dev/ttyUSB0 115200" instead of minicom? Does that work better? You were right too ! It works, sorry. Do you know where does this...
by ioukos
Wed Oct 19, 2016 5:31 pm
Forum: ESP8266 boards
Topic: [SOLVED] REPL Doesn't Work
Replies: 8
Views: 9851

Re: REPL Doesn't Work

Well, I did some experiments and it seems that it a problem with the CP2104 driver on Linux. It seems weird to me but REPL works perfectly fine on my Mac Book (with screen) and not on my Ubuntu 16.04... I'm trying to upgrade but I dont feel confident.
by ioukos
Wed Oct 19, 2016 4:38 pm
Forum: ESP8266 boards
Topic: [SOLVED] REPL Doesn't Work
Replies: 8
Views: 9851

Re: REPL Doesn't Work

Hi Chrisgp, Thank you for your answer ; So I use minicom -s on Linux with : 115200 8N1 1) Ctrl-c : doesn't work, I have the prompt ">>>" as I boot the board 2) Here is what I see when I reset the board : l��|���#4 ets_task(40100384, 3, 3fff6300, 4) WebREPL daemon started on ws://192.168.4.1:8266 Sta...
by ioukos
Wed Oct 19, 2016 11:50 am
Forum: ESP8266 boards
Topic: [SOLVED] REPL Doesn't Work
Replies: 8
Views: 9851

[SOLVED] REPL Doesn't Work

Hello users, I've just received a Wemos D1 Mini Pro, I've uploaded the official esp8266-20160909-v1.8.4.bin from http://micropython.org/download using the updated https://github.com/themadinventor/esptool from Linux. Everything looks good, except the REPL that doesn't allow me to type commands/instr...