You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reaching out as a user of ESP32 LILYGO® LoRa32 V2.1_1.6, and I've observed limitations with the Softwareserial and HardwareSerial libraries. The Canairio library mandates the use of either software or hardware serial, rendering it impractical for use on these boards.
I propose considering the implementation of the EspSoftwareSerial library as a valuable alternative. This would offer users a more flexible and comprehensive solution, allowing for enhanced compatibility and ease of use.
Implementation Suggestion:
Add support for the EspSoftwareSerial library in the installation instructions or in the project's README. Additionally, provide a usage example to guide users in implementing EspSoftwareSerial in their projects.
Thanks for your comment, and sorry for the delay. Well, I think with the last version of CanAirIO Firmware or only using CanAirIO SensorLib is possible to use a different UART or secondary UART passing the pins via the constructor of the la library, like is mentioned in the examples and documentation. How many UARTs do you need for sensors?
Summary
Hello,
I'm reaching out as a user of ESP32 LILYGO® LoRa32 V2.1_1.6, and I've observed limitations with the Softwareserial and HardwareSerial libraries. The Canairio library mandates the use of either software or hardware serial, rendering it impractical for use on these boards.
I propose considering the implementation of the EspSoftwareSerial library as a valuable alternative. This would offer users a more flexible and comprehensive solution, allowing for enhanced compatibility and ease of use.
Implementation Suggestion:
Add support for the EspSoftwareSerial library in the installation instructions or in the project's README. Additionally, provide a usage example to guide users in implementing EspSoftwareSerial in their projects.
Usage Example in the case of Sense Air S8:
Thank you for your attention to this matter.
Best regards,
Natanael José
The text was updated successfully, but these errors were encountered: