Open
Description
CircuitPython version
Adafruit CircuitPython 8.1.0-beta.2-31-g827eaeb1f on 2023-05-12; VCC-GND YD-ESP32-S3 (N16R8) with ESP32S3
Board ID:yd_esp32_s3_n16r8
UID:4F21AF1E1F4B
Code/REPL
print("hello world!")
Behavior
My IDE is VScode with Circuitpython extension.
after >CircuitCython: Open Serial Monitor
, a serial port selection window pops up with the following information: COM20 Microsoft | 303A | 8166
. The information followed by COM20
seems nonsensical. and when I click on it, nothing happens.
Description
I have tested RP2040 and ESP32-S3-BOX V8.0.5, and both devices worked perfectly. Therefore, the issue is not with Visual Studio Code or the CircuitPython extension.
Additional information
No response