Smart Home Automation Forum
how to use ESP32-S3 USB port as common serial port in arduino IDE - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A32/A32 Pro (https://www.kincony.com/forum/forumdisplay.php?fid=27)
+--- Thread: how to use ESP32-S3 USB port as common serial port in arduino IDE (/showthread.php?tid=5524)



how to use ESP32-S3 USB port as common serial port in arduino IDE - admin - 04-12-2024

Code:
void setup() {
  // put your setup code here, to run once:
Serial.begin(115200);
}

void loop() {
  // put your main code here, to run repeatedly:
Serial.print("Test with KinCony A32B Pro Serail");
}
make sure your setting as these image: