Open simonparke opened 10 years ago
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
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.
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