REPL - disable echo

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
User avatar
devnull
Posts: 473
Joined: Sat Jan 07, 2017 1:52 am
Location: Singapore / Cornwall
Contact:

REPL - disable echo

Post by devnull » Thu Jul 04, 2019 11:05 am

I am talking to the device using nodejs serialport, and I need to disable the reply echo of the command entered.

Can this be done ??

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: REPL - disable echo

Post by dhylands » Thu Jul 04, 2019 3:00 pm

The closest that you can get is to use the raw repl.
http://docs.micropython.org/en/latest/r ... l#raw-mode

Post Reply