What is the bit rate of Arduino UNO in 9600 baud?

Paul__B:
...
Generally a "start" and "stop" bit to every eight data bits so that "9600 baud" would mean about 960 bytes per second.

And that is the theoretical upper limit,
in practice the sending side has an not defined gap between bytes, mostly zero, but not always...