Skip to content

Can REPL affect the timing that 'print()'s are delivered to PC? #16322

Discussion options

You must be logged in to vote

When a Python script is running, the REPL loop is not active. Actually, the running Python is started by the most recent action of REPL (Read Eval Print Loop). The short delays may result from either garbage collection or reloading code from serial flash into the code cache.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@robert-hh
Comment options

Answer selected by mungewell
@IHOXOHI
Comment options

@robert-hh
Comment options

@IHOXOHI
Comment options

@mungewell
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants