I want to know how many bytes are transmitted in the second with some specicifc baud rate. IE, for example, I have a baudrate=9600, so I can send
9600 / 8 = 1200
bytes per second.
So, how much uart bytes can I send with 8bit + 1 stop bit + 1 parity bit? Does it equal to
9600 / 10 = 960
?