PDA

View Full Version : Using parity



polymer52
- 26th February 2010, 23:24
Can the parity be used for error checking? If so how can it be implemented? There is nothing that I can find in the PBP manual.

Darrel Taylor
- 27th February 2010, 05:08
You can add a ParityLabel that it will jump to if an incoming byte has a parity error.

It's in the manual under both HSERIN and SERIN2.
<br>

polymer52
- 27th February 2010, 12:03
You can add a ParityLabel that it will jump to if an incoming byte has a parity error.

It's in the manual under both HSERIN and SERIN2.
<br>

Perfect. I'm already using Serin2 with inverted serial out. Looks to be just a simple modification.
Thanks.