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

Teensy 4.0 does not work on Arduino 2.1.1 but works on Arduino 1.8.19 #11

Open
syagger opened this issue Mar 27, 2024 · 0 comments
Open

Comments

@syagger
Copy link

syagger commented Mar 27, 2024

Arduino 1.8.19:
compiling is ok, sketch works.

Arduino 2.1.1:
compiling is ok, but, uploading process stuck and need to reboot Teensy.

file "lin_bus.cpp"
void LIN::begin(HardwareSerial* stream, uint16_t baudrate, uint8_t break_characters) {
(*stream).begin(baudrate, SERIAL_8N1); // problem with this call, if it commented upload is ok, but sure sketch does not work.
this->_stream = stream;
..............................

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