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

how to fix no member listen #3239

Closed
hungpkav opened this issue May 13, 2017 · 6 comments
Closed

how to fix no member listen #3239

hungpkav opened this issue May 13, 2017 · 6 comments

Comments

@hungpkav
Copy link

hungpkav commented May 13, 2017

i use lib pzem004t but error. how to fix no member listen. board arduino uno compile ok but node mcu cant compile
image

@igrr
Copy link
Member

igrr commented May 15, 2017

As the error message says, SoftwareSerial class on ESP8266 doesn't have member called listen. If you have some suggestion about this, please open an issue in SoftwareSerial repository here: https://github.com/plerup/espsoftwareserial

@igrr igrr closed this as completed May 15, 2017
@olehs
Copy link

olehs commented May 23, 2017

@igrr EspSoftwareSerial supports listen() method since 3.2.0.
Default version in ESP8266 is 3.1.0.
Is there a chance to get an updated version?

@igrr
Copy link
Member

igrr commented May 23, 2017

Uhm, sure, i didn't know there was a more recent version. In the past @plerup would make a PR to update the version used. Should I update it to 3.2.3, which is the latest?

@olehs
Copy link

olehs commented May 23, 2017

Yes, the latest version is compatible with AVR's one and seems to work fine

@plerup
Copy link
Contributor

plerup commented May 23, 2017

Sorry about that, forgot 😬

@bruescor
Copy link

bruescor commented May 5, 2018

Good evening guys, I was researching on the softwareserial for nodemcu and came to stop here. I'm new here and I'm starting to program with the module and I had a problem with this listen class. I wonder if you have any library that solves this problem. Thanks in advance.

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

5 participants