It's about as hopeless as telling someone that a
2400 bps 201B
modem does not run at 2400 "baud".
Actually, it _does_ - on the host
serial port. (Unless I'm _still_
confused about exactly what a baud is....)
Does one count start and stop bits? In
that case, 2400 bps would be
3000 Baud on the host serial port.
Hm? I always thought serial-port "baud" rates measured raw bits per
second. Since I pretty much invariably use one start, 8 data, and one
They measure possible signal line changes per second, as you'd expect.
And yes, start and stop bits are counted.
In other words, a serial port baud rate of 2400 means that each bit time
is 1/2400 s. A start bit takes that long, so does each data bit, so does
the stop bit(s).
stop bits, that means, eg, 2400 baud <-> 240
characters per second. (I
Yes.
also thought baud rates measured the raw symbol rate,
drawing no
distinction between data and framing symbols....)
AFAI Kthat is also correct. Hence the use of 'baud rate' is correct of a
normal serial port, it measures the time taken for each bit (be it a fata
bit or a framing control bit) to be sent.
-tony