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

Add SoftwareSerial support for ESP32 #70

Open
mandulaj opened this issue Jul 16, 2021 · 2 comments
Open

Add SoftwareSerial support for ESP32 #70

mandulaj opened this issue Jul 16, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@mandulaj
Copy link
Owner

The EspSoftwareSerial library does not work on the ESP32. As a result, it is not possible to use SW Serial for this library.
Although the ESP32 HW serial is extremely flexible. It would be nice to also offer Software serial for those who need it.

Unless I get many requests for this feature, I will not look much into it.

@mandulaj mandulaj added enhancement New feature or request help wanted Extra attention is needed labels Jul 16, 2021
@mandulaj mandulaj added this to the Release 1.1.1 milestone Jul 16, 2021
This was referenced Jul 16, 2021
@sergiocntr
Copy link

@mandulaj esp32 has 3 hw serials on almost all pins .
For me, no need to implement for this specific project what that I don't find in any others.and are not on subject.

@mandulaj
Copy link
Owner Author

I am very well aware of that. Hence why this is a very low priority task. Though I can think of applications where you are forced to move to software serial. So for the sake of completeness it would be nice to have this working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants