espSuite icon indicating copy to clipboard operation
espSuite copied to clipboard

Serial settings

Open Stulander opened this issue 5 years ago • 1 comments

Is it possible to specify data bits, parity etc? Will I need to use a more advanced serial library? I need 8E1 and I assume by default this uses 8N1.

Stulander avatar Sep 09 '19 14:09 Stulander

Sorry, it's been a long time. I believe Arduino supports this by default, please check the Serial.begin reference and the ESP8266 docs. You just have to rebuild the sketch then.

Vitorbnc avatar Jul 04 '21 23:07 Vitorbnc