-
• #2
Thanks - I just tried this, and it seems to be a bug in the firmware.
It seems you can work around it by changing
USB.setConsole();
totry { USB.setConsole(); } catch(e) {}
. However I have just fixed it so it'll be in the 'cutting edge' builds, or1v97
Hello!
Need to kill any console messages that appear after Serial is open with a terminal app. I reconnect Pico before opening Serial with PuTTY evry time. Used Troubleshooting code, but it works halfway. I need to get "B01" and "B02" messages only, but some errors happened.
short: B01
longer: B02
longest:
Same errors "Unknown Device" I got with and LoopbackA too. Second longest press in same session makes no error, just output "move to USB" and second message.
So, I got a clean output, and move back to USB is working. But I want to point all that errors.