olehs / PZEM004T

Arduino communication library for Peacefair PZEM-004T Energy monitor
MIT License
225 stars 114 forks source link

fixed delay when Serial readString #27

Closed tackelua closed 6 years ago

olehs commented 6 years ago

The library doesn't use Serial.readString(), does it? Also, AFAIK, setTimeout affects only Serial.readBytesUntil(), Serial.readBytes(), Serial.parseInt() or Serial.parseFloat(). But the library uses available/read.