Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Serial0 (Read 590 times)
My Screen Name
Junior Member
**
Offline


Posts: 13
Joined: Nov 7th, 2023
Serial0
May 5th, 2024 at 9:32am
Print Post  
Hi,

Where the standard ESP32 uses Serial.print, with the ESP32-S3 I need to use Serial0.print (note the '0'). In the Arduino IDE this works, in VS2022 with Visual Micro it doesn't. I have selected the very same ESP32S3 Dev Module in both.

The error message is: 'Serial0' was not declared in this scope.

What's the problem?
  
Back to top
 
IP Logged
 
My Screen Name
Junior Member
**
Offline


Posts: 13
Joined: Nov 7th, 2023
Re: Serial0
Reply #1 - May 5th, 2024 at 9:32pm
Print Post  
Found the solution. USB CDC On Boot had to be enabled.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint