jungervin / EsPy

Micropython IDE for ESP8266
71 stars 25 forks source link

unknown error #7

Open maperales opened 6 years ago

maperales commented 6 years ago

Hi. First of all, many thanks for your work. The program is very helpful, and I've been using it for 3 months being much more practical than the combination of a serial monitor (teraterm) and the Ampy utility that I was using before. Recently, I've bougth a new laptop (HP Pavilion) and installed your program. Once installed the drivers and the EspTool, I've programmed the MicroPython firmware using your embedded esptool application, and I've been able to communicate with the ESP8266 board thru Teraterm, at 115200bps.

The problem appears when I've tried to connect using the 'connect' icon. Everytime I got this message:

image

(translating to english, it says 'the maximum baud speed for this device is 26877' What can it be?

Thanks in advance