Moded version of the oficial Arduino Software Serial to include the parity bit for transmission.
Only Even parity is implemented for now.
TODO List:
- Implement Odd parity option
- Implement Inverted signal support
- Merge and contribute to official repo