2009-07-01 17:13:14 UTC
But it seems to me that in some contexts, baud rate and bit rate could be synonymous. Please tell me if there is any difference in this particular case. Say you have one computer transmitting binary data serially to another computer through a cable that is plugged into a serial port at both ends. The program that is transmitting data can be configured to transmit the serial data at any standard rate, between 1200 bps and 921600 bps in exchanging data. So even if the receiving computer was not capable of the same bps rate as the sending computer (i don't know enough to know if that is even a possibility), the sending computer's rate could be adjusted to match that of the receiving computer. I don't see how, in that setting, there is any difference between 19200 bits transmitted per second, and 19200 signal changes per second, since the only possible signals are 0 and 1. So to me, it seems like in this context, if you are using the same numeric figures (such as 19200) for both baud rate and bit rate, they are synonymous. So my first question is - is it true that, in the context I just described, baud rate and bit rate are functionally equivalent?
Also, I've heard that sometimes slightly more or less than a single bit may be transferred at a time. This leads to my second question: does that really happen? If so, what equipment would be involved? under what circumstances would it happen, and why?