Skip to content
New issue

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

Internal REPL can't read the REPL from internal USB #1

Open
Wind-stormger opened this issue Jun 9, 2022 · 1 comment
Open

Internal REPL can't read the REPL from internal USB #1

Wind-stormger opened this issue Jun 9, 2022 · 1 comment

Comments

@Wind-stormger
Copy link

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 :

    <!-- ************* -->
    <!-- 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 &quot;mpremoteeditor&quot; -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" />
    -->
@joewez
Copy link
Owner

joewez commented Jun 12, 2022

Investgating,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants