Page 1 of 1

REPL - disable echo

Posted: Thu Jul 04, 2019 11:05 am
by devnull
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 ??

Re: REPL - disable echo

Posted: Thu Jul 04, 2019 3:00 pm
by dhylands
The closest that you can get is to use the raw repl.
http://docs.micropython.org/en/latest/r ... l#raw-mode