04-12-2024, 06:37 AM
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");
}
how to use ESP32-S3 USB port as common serial port in arduino IDE
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
how to use ESP32-S3 USB port as common serial port in arduino IDE - by admin - 04-12-2024, 06:37 AM
|
Users browsing this thread: |
1 Guest(s) |