Double echo in the REPL

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
User avatar
aivarannamaa
Posts: 171
Joined: Fri Sep 22, 2017 3:19 pm
Location: Estonia
Contact:

Double echo in the REPL

Post by aivarannamaa » Mon Jan 22, 2018 5:10 pm

In micro:bit REPL I occasionally get double echo for my input (eg. I press '3' and Putty displays '33'). When I restart the device then this behaviour disappears.

What can be the reason for this and how to avoid it?
Aivar Annamaa
https://thonny.org

User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

Re: Double echo in the REPL

Post by mcauser » Tue Jan 23, 2018 12:34 am

I've seen that too a few times. Not sure what the steps are to reproduce. I'll keep an eye out.

rhubarbdog
Posts: 168
Joined: Tue Nov 07, 2017 11:45 pm

Re: Double echo in the REPL

Post by rhubarbdog » Wed Jan 24, 2018 1:33 pm

Are you using the mu editor? If so bugs for that are reported on github.

User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

Re: Double echo in the REPL

Post by mcauser » Wed Jan 24, 2018 1:58 pm

For me, macOS Sierra Terminal:
screen /dev/tty.usbmodem1412 115200

User avatar
aivarannamaa
Posts: 171
Joined: Fri Sep 22, 2017 3:19 pm
Location: Estonia
Contact:

Re: Double echo in the REPL

Post by aivarannamaa » Wed Jan 24, 2018 3:08 pm

rhubarbdog wrote:
Wed Jan 24, 2018 1:33 pm
Are you using the mu editor? If so bugs for that are reported on github.
No, I was using Putty (or TeraTerm, nor sure anymore).
Aivar Annamaa
https://thonny.org

Post Reply