Replies: 5 comments
-
@pt2go I'm moving this to conversations. As stated in the initial steps that you can read when opening an issue, we are using issues to track confirmed bugs and pending work. This is a question that can be answered in a short conversation. 😉 |
Beta Was this translation helpful? Give feedback.
-
COM1 is used by Wire Protocol to communicate with Visual Studio for debugging and device discovery. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer. XIAO_ ESP32C3 uses USB for download and debugging, so COM1 should be able to be released for use. So i raised the feature request |
Beta Was this translation helpful? Give feedback.
-
@pt2go you're better using the dev container for a local build. |
Beta Was this translation helpful? Give feedback.
-
Hi @pt2go , Serial ports of Seeed Studio XIAO ESP32C3 are:
No.1 is used for communication with Visual Studio, so it cannot be used from the application. =WireProtocol Therefore, applications can only see COM2. Is this the answer? |
Beta Was this translation helpful? Give feedback.
-
Description
sample SerialCommunication log:
Available ports:
COM2
System Information
HAL build info: nanoCLR running @ ESP32_C3 built with ESP-IDF e8bdaf9
Target: XIAO_ESP32C3
Platform: ESP32
Firmware build Info:
Date: Jun 6 2023
Type: MinSizeRel build, chip rev. >= 3, without support for PSRAM
CLR Version: 1.8.1.307
Compiler: GNU ARM GCC v8.4.0
How to solve the problem
need to add com1 to FW
Describe alternatives you've considered
No response
Aditional context
No response
Beta Was this translation helpful? Give feedback.
All reactions