Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to use ESP32-S3 USB port as common serial port in arduino IDE
#1
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:
   
   
Reply


Forum Jump:


Users browsing this thread: