albenik / go-serial

A cross-platform serial library for go-lang (custom implementation based on http://go.bug.st/serial.v1)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detecting Parity errors

s00500 opened this issue · comments

Hey, awesome library!

General question: would it be possible to detect Parity errors ? I have been experimenting with Mark and Space Parity and would be interested if there is a way to catch potential errors, from my experiments so far the errors have been ignored and the data was still received correctly.

Is there some indication you could point me to ? I could try coming up with a PR, any tipps are welcome :-)