Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Software Serial problems #3

Open
Timoraty opened this issue Aug 2, 2024 · 0 comments
Open

Software Serial problems #3

Timoraty opened this issue Aug 2, 2024 · 0 comments

Comments

@Timoraty
Copy link

Timoraty commented Aug 2, 2024

I import the software Serial library to the example uart_rvc still getting error on

C:\Users\XXX\AppData\Local\Temp.arduinoIDE-unsaved202472-44280-gfaw8u.9rzd\uart_rvc\uart_rvc.ino: In function 'void setup()':
C:\Users\XXX\AppData\Local\Temp.arduinoIDE-unsaved202472-44280-gfaw8u.9rzd\uart_rvc\uart_rvc.ino:15:3: error: 'Serial1' was not declared in this scope
Serial1.begin(115200); // This is the baud rate specified by the datasheet
^~~~~~~
C:\Users\XXX\AppData\Local\Temp.arduinoIDE-unsaved202472-44280-gfaw8u.9rzd\uart_rvc\uart_rvc.ino:15:3: note: suggested alternative: 'Serial'
Serial1.begin(115200); // This is the baud rate specified by the datasheet
^~~~~~~
Serial

exit status 1

Compilation error: 'Serial1' was not declared in this scope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant