-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
adafruit/circuitpython
#9616Labels
betaIssue is available in betaIssue is available in betabugSomething isn't workingSomething isn't working
Description
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
- Reset board or power cycle (unplug/replug USB)
- open new chrome window and navigate to code editor
- Try to connect by selecting USB
- The port shows up after clicking Connect Device. I select the port and click connect
- The screen remains on the Select serial device window
- 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
Metadata
Metadata
Assignees
Labels
betaIssue is available in betaIssue is available in betabugSomething isn't workingSomething isn't working