How to control console moving around when USB connected? #4903
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2015-08-18 by the1laz I've had the same problem. :S this thread helped me out: http://forum.espruino.com/conversations/1506/ Posted at 2015-08-18 by @gfwilliams I guess one way is to assign the console to Loopback:
But things like Ctrl-C to break won't work then. Can anyone think of a reason why Perhaps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-08-18 by DrAzzy
I have serial devices connected to both serial1 and serial2 on my Pico. I need to keep the console output off of these when USB is disconnected and pico running on external power.
The desired behavior is to have the console on USB when USB is connected, and if no USB, console output is discarded. Am I missing some way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions