We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Chunlinhan,
Firstly, let me say that you have done excellent work producing this library!
Do you think it would be possible to implement the library on an arduino without two hardware UARTS like the Leonardo or Pro Micro?
Maybe using softwareserial for serial2?
(Serial on the 32u4 is USB only and Serial1 is hardware uart)
Regards,
Simon
The text was updated successfully, but these errors were encountered:
Hi Simon,
You just need 1 serial port (hardware or software) could make this lib work.
But If you use software one, please use AltSoftSerial with baud rate 19200.
Sorry, something went wrong.
No branches or pull requests
Dear Chunlinhan,
Firstly, let me say that you have done excellent work producing this library!
Do you think it would be possible to implement the library on an arduino without two hardware UARTS like the Leonardo or Pro Micro?
Maybe using softwareserial for serial2?
(Serial on the 32u4 is USB only and Serial1 is hardware uart)
Regards,
Simon
The text was updated successfully, but these errors were encountered: