python - Checking for parity errors with pyserial -
python - Checking for parity errors with pyserial -
i'm writing little utility in python monitor communications on serial line. beingness used debug hardware connected via rs232 beingness able see exactly what's going on line extremely important. how check parity errors using pyserial?
specifically i'm wondering if there platform independent way of finding value of parity bit using pyserial. i'd prefer not need termios this used on windows machines.
python serial-port pyserial
Comments
Post a Comment