Disable or encode print stdout.

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
prem111
Posts: 127
Joined: Sun Feb 23, 2020 3:18 pm

Disable or encode print stdout.

Post by prem111 » Thu Apr 01, 2021 10:21 am

Hi. Are there any ways to disable or encode so that the user cannot read data from repl ? If it can be encoded (this option would be the best for me) then how to do it saving as little memory as possible. Thanks for any solutions.

Post Reply