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

SoftwareSerial version incompatible with Teensy 4.0 #55

Open
broken8its opened this issue Dec 3, 2019 · 0 comments
Open

SoftwareSerial version incompatible with Teensy 4.0 #55

broken8its opened this issue Dec 3, 2019 · 0 comments

Comments

@broken8its
Copy link

----Problem-----
Attempting to compile code utilizing the SoftwareSerial library for the Teensy 4.0 fails.
----Causes----
The issue seems to arise from a nonexistent identifier "Serial8" on line 75, in addition to some incorrect data types on lines 95 and 96 in SoftwareSerial.cpp.
----Solution----
Replacing SoftwareSerial.cpp and SoftwareSerial.h in the platformio libraries with the most recent version of these files from the default Teensy libraries seems to solve this issue.

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