FAQ
Q: How to check which COM port I am using?
-
Windows System:
-
- Check via Device Manager: Press Windows + R to open the "Run" dialog box. Type
devmgmt.mscand press Enter to open Device Manager. Expand the "Ports (COM & LPT)" section. All COM ports and their current status will be listed here.
- Check via Device Manager: Press Windows + R to open the "Run" dialog box. Type
-
- Check using Command Prompt: Open the Command Prompt (CMD), type the
modecommand, which will display status information for all COM ports.
- Check using Command Prompt: Open the Command Prompt (CMD), type the
-
- Check Hardware Connection: If an external device is already connected to a COM port, the device typically occupies a port number. You can determine which port is being used by checking the connected hardware.
-
-
Linux System:
-
- Check using the
dmesgcommand: Open the terminal.
- Check using the
-
- Check using the
lscommand: Typels /dev/ttyS*orls /dev/ttyUSB*to list all serial devices.
- Check using the
-
- Check using the
setserialcommand: Typesetserial -g /dev/ttyS*to view configuration information for all serial devices.
- Check using the
-
Q: Can you help me review or modify my code?
This product is positioned as a development board, not a finished product. Built around the ESP32 core, it benefits from a well-established development environment and rich community resources. We do not provide assistance with code modification. For any questions, please consult our engineers for support.
If you like our product and wish to customize hardware, casing, software, etc. in bulk, please feel free to contact our sales.

Q: Why is there no output even though the code is correct and flashed successfully?
- Refer to the schematic. Depending on the
Type-Cinterface of the different development boards, output handling in the code varies:- For development boards with direct
USBconnection, theprintffunction supports print output. To enable print output using theSerialfunction, you need to enable theUSB CDC On Bootfeature or declareHWCDC - For development boards with
UARTtoUSBconversion, bothprintfandSerialfunctions support print output without enablingUSB CDC On Boot
- For development boards with direct
Q: How do I use SquareLine Studio to design interfaces?
- Refer to the SquareLine Studio Tutorial.