We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the internal USB of esp32-s2, esp32-s3 and esp32-c3 is used to output the REPL information, the internal REPL function cannot work normally.
At present, most micropython firmware of esp32-s2, esp32-s3 and esp32-c3 uses internal USB to output repl. ports/esp32/boards/sdkconfig.usb
However, when using UART to output REPL and connecting to the computer through USB to serial chip, the internal REPL can be used normally.
Moreover, by using external repl, such as putty, you can read the repl of the internal USB output of the device.
But I really hope that I can use internal repl to output all the information.👍
MPRemoteEditor.exe.config :
MPRemoteEditor.exe.config
<!-- ************* --> <!-- REPL Settings --> <!-- ************* --> <!-- I = Internal, E = External --> <add key="REPL" value="I" /> <!-- Internal --> <add key="TerminalFont" value="Courier New" /> <add key="TerminalFontSize" value="11" /> <add key="TerminalBackColor" value="Black" /> <add key="TerminalForeColor" value="DarkSeaGreen" /> <!-- External - PuTTY Example <add key="TerminalApp" value="putty" /> <add key="TerminalAppArgs" value="-load "mpremoteeditor" -serial {PORT}" /> <add key="TerminalAppTitle" value="PuTTY" />--> <!-- External - TeraTerm Example <add key="TerminalApp" value="ttermpro.exe"/> <add key="TerminalAppArgs" value="/C={PORTNUM}"/> <add key="TerminalAppTitle" value="Tera" /> -->
The text was updated successfully, but these errors were encountered:
Investgating,
Sorry, something went wrong.
No branches or pull requests
When the internal USB of esp32-s2, esp32-s3 and esp32-c3 is used to output the REPL information, the internal REPL function cannot work normally.
At present, most micropython firmware of esp32-s2, esp32-s3 and esp32-c3 uses internal USB to output repl. ports/esp32/boards/sdkconfig.usb
However, when using UART to output REPL and connecting to the computer through USB to serial chip, the internal REPL can be used normally.
Moreover, by using external repl, such as putty, you can read the repl of the internal USB output of the device.
But I really hope that I can use internal repl to output all the information.👍
MPRemoteEditor.exe.config
:The text was updated successfully, but these errors were encountered: