pylon:
Show us your changed code to check the implementation.
Just changed
uint8_t p = 0;
to
uint8_t p = 1;
For what board type are you compiling this?
Arduino UNO.
Your change is just skipping the parity bit and the stop bit. This works for the receiving part but it's clear that the transmitting part is not working that way.
Yea, I know...I just wanted the receiving part to work to see if my device will show any changes while playing with the write function.