Skip to content

Issues with connecting to USB workflow #238

@BlitzCityDIY

Description

@BlitzCityDIY

CircuitPython Version

9.1, Adafruit Feather ESP32-C6

Workflow(s)

USB

Browser(s)

Google Chrome Version 127.0.6533.120 (Official Build) (64-bit)

Console Log

Load different workflow
index.js:91 Requesting any serial device...
index.js:91 > Requested  SerialPort {onconnect: null, ondisconnect: null, readable: null, writable: null}
index.js:91 switch to SerialPort {onconnect: null, ondisconnect: null, readable: null, writable: null}
index.js:93 Read Loop Init
index.js:93 Read Loop Started
index.js:91 Requesting any serial device...
index.js:91 SerialPort {onconnect: null, ondisconnect: null, readable: ReadableStream, writable: WritableStream}
2index.js:91 Requesting any serial device...

Steps

  1. Reset board or power cycle (unplug/replug USB)
  2. open new chrome window and navigate to code editor
  3. Try to connect by selecting USB
  4. The port shows up after clicking Connect Device. I select the port and click connect
  5. The screen remains on the Select serial device window
  6. If I open the console, it usually shows Read Loop Started where it freezes up

Description

The initial connection I did worked basically instantly. After using it for a while and leaving it idle, the connection seemed to stop working. When I tried to reconnect, this bug started occurring. Sometimes I am able to get it to connect (screenshot below) but then if I try to open a file it hangs with the spinning Blinka.

Additional information

Screenshot 2024-08-19 124930

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingin betaIssue is available on code-beta.circuitpython.org

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions