> Question on specification. If there is one parity error should the
> result be '?' or 'ABC?EFG'
If the transmitted string started as ABCDEFG and the D was transmitted
incorrectly, the output should be ABC?EFG. If the parity is wrong in
every character, the output should be ???????
Greg McKaskle