Well Paul, here are some "hardware" references for you:
Motorola MVMV-162 Hardware Reference Guide page 1-10:
"The MVME162 hardware supports asynchronous serial baud rates of 110b/s to
38.4Kb/s.
(note the use of baud and b/s as synonyms)
Signetics SCN68562 DUSCC Product Specification:
Several examples, but I'll quote one "16 fixed rates 50 to 38.4k baud"
(I use this chip extensively, and the 1/baud test is true every time)
Zilog SCC Hardware Users Manual:
Refers to baud and bits-per-second as synonyms numerous places in the
description of the Z80X30 and Z85X30 SCC.
There. Since your so damn fixated on "hardware people" maybe you'll
believe those references.
Each and every time I mention looking at a serial port to verify this
you begin talking about the analog stage of a modem. STOP.... you may
notice that I did NOT mention a modem ONCE in my statements, quotes, or
examples, and in each and every one of these cases the bit period DOES
equal 1/BAUD. Now you may argue with the above manufacturers if you wish,
or accept that you actually can transmit data WITHOUT a modem. In any
case if you're still stuck on your strict narrow-minded definition of
baud, then I pity you.
______________________________________________
| Lockheed Martin Engineering and Sciences |
| Software Engineering Group |
| P.O. Box 189, Bldg 1554 |
| White Sands Missle Range, NM 88002 |
|____________________________________________|
This disctinction is often ignored, but is still the correct definition.
If you choose to use BAUD as BPS, it doesn't mean you are ignorant, just a bit
sloppy with terminology.
--
The AnArChIsT! Anarchy! Not Chaos!
aka
Alex Russell
ale...@iceonline.com
Hm... is that discussion THAT hard??? :)
I think def. of baud is bits-per second (so 300 bauds are 300 bps).
So baud is a count of bits being sent in a certain time.
Another thing is bit-period. That should be the TIME you use to transmit
(or receive :) ) a bit.
So if you use 300 baud, then this will be 300 bits per second (bps) or
a bit-period of 1 bit sent per 1/300 second.
I never did think about that topic to be a religion-like ;)
Thomas Krug.
----------------------------------------------------------------------
tom...@cip1.e-technik.uni-erlangen.de
----------------------------------------------------------------------
tom...@cip1.e-technik.uni-erlangen.de
And if you read my post, you would know at the point I used this it IS
true, and is NOT a misuse of the terms. In both this thread and the
original, I was stating that at the RS-232 stage (EIA standard, bistate,
bipolar data) the width of a bit = 1/baud. This is true (accept it or
not). Then the discussion went off on a tangent about the analog encoding
of data by modems, and other statements not related to the original
thread.
: This disctinction is often ignored, but is still the correct definition.
: If you choose to use BAUD as BPS, it doesn't mean you are ignorant, just a bit
: sloppy with terminology.
(see above)
: > In both this thread and the original, I was stating that at the
: > RS-232 stage (EIA standard, bistate, bipolar data) the width of a
: > bit = 1/baud.
:
: No you didn't -- you stated that the width of a bit always is 1/baud.
: And there you were wrong, as several people has pointed out to you
: a number of times.
(Show me where I said "always")
:
Wrong. Once again....the original thread was not about modems,
but about sending data over an EIA RS-232C handshake line called CTS.
THAT is where I said a bit period = 1/Baud.
--
I was always under the impression that "baud rate" is number of state
changes, where as bits/sec is, well, "bits per second". These two values
can be vastly different when you take into account that a modem on a
phone line may have 8 states for a given bits/sec. The result is that
the actual "baud" rate is less than the "bits/sec" for a given throughput
of data. Confusing, huh?
If you want, e-mail me and I can point you toward some references.
Although these terms are often accepted as synonyms, it is not
technically correct when you look at actual data transmission.
> Marc <ma...@mail.snet.net> wrote in article
<4qgrc2$1g...@CT1.SNET.Net>...
> Les...@cris.com (Lockheed WsmrSmts) wrote:
> > When I first told someone here that you could look at a serial port
> >RS-232 line and calculate the baud rate based on the bit period, it
> >sparked a "spirited" discussion. On fellow suggested that since I
quoted
> >from software oriented books that use "baud" and "bits-per-second" as
> >synonyms that I was "ignorant".
> >
> > Well Paul, here are some "hardware" references for you:
> >
> >Motorola MVMV-162 Hardware Reference Guide page 1-10:
> >"The MVME162 hardware supports asynchronous serial baud rates of 110b/s
to
> >38.4Kb/s.
> >
> >(note the use of baud and b/s as synonyms)
This is referring to the actual baud rates of the modem. The hardware is
truly capable of 38.4Kbaud (state changes). This same modem is also (via
v34/v42bis) capable of transferring data at 115Kb/s which is not its
actual baud rate. (A 28.8 modem will transfer at 115kb/s via v35 -- don't
know if a 38.4 will do 153k)
>
> I was always under the impression that "baud rate" is number of state
> changes, where as bits/sec is, well, "bits per second". These two values
> can be vastly different when you take into account that a modem on a
> phone line may have 8 states for a given bits/sec. The result is that
> the actual "baud" rate is less than the "bits/sec" for a given
throughput
> of data. Confusing, huh?
>
Add wood to the fire:
It may be worth noting that when the RS232 standard was written, baud and
bps were interchangable. (equal if not equivalent) ie. a 2400 baud
modem/port transferred information at 2400 bps. With the wonders of data
compression, a 2400 baud could transmit info at 9600 bps. 'Course when
you looked at the modem box, it indicated a 9600 baud modem. A 2400 baud
modem used the high and low signals whereas a '9600' used the high and low
signals plus the high->low and low->high state changes. Thankfully
manufacturers(vendors?) have gotten away from this practice and advertise
the actual baud capabilities of the device. (Due to IEEE standards
compliance)
Process this useless information carefully >:-)
Tim -no sig
> From: Thomas Krug <tom...@cip1.e-technik.uni-erlangen.de>
> Newsgroups: comp.os.msdos.programmer
> Date: Fri, 21 Jun 1996 08:02:23 +0200
> Organization: Regionales Rechenzentrum Erlangen, Germany
>
> Lockheed WsmrSmts wrote:
> >
> > When I first told someone here that you could look at a serial port
> > RS-232 line and calculate the baud rate based on the bit period, it
> > sparked a "spirited" discussion. On fellow suggested that since I quoted
> > from software oriented books that use "baud" and "bits-per-second" as
> > synonyms that I was "ignorant".
> >
> > Well Paul, here are some "hardware" references for you:
> > < (cut)
>
> Hm... is that discussion THAT hard??? :)
>
> I think def. of baud is bits-per second (so 300 bauds are 300 bps).
> So baud is a count of bits being sent in a certain time.
> Another thing is bit-period. That should be the TIME you use to transmit
> (or receive :) ) a bit.
>
> So if you use 300 baud, then this will be 300 bits per second (bps) or
> a bit-period of 1 bit sent per 1/300 second.
>
> I never did think about that topic to be a religion-like ;)
>
> Thomas Krug.
>
> ----------------------------------------------------------------------
> tom...@cip1.e-technik.uni-erlangen.de
Woa there Nelly, there's a BIG difference between bps and baud.
Baud is the number of encoded "pieces" that are transferred at one time.
For example, for an analog transmission, if you have 4 different frequencies
used to encode the patterns 00, 01, 10, 11, then the baud rate is the number
of bps * 4.
For digital transmission, you can only encode 0, and 1, so in this case the
baud rate IS equal to the bps (bps * 1).
Just thought I'd clarify this...
--
+--------------------+---------------------------------+
| John Bejjani | Email: jbej...@newbrdige.com |
| Software Engineer | Phone: (613) 599-3600 Ext. 6562 |
| Newbridge Networks | Fax: (613) 591-3680 |
| Corporation | |
+--------------------+---------------------------------+
Without wishing to appear /too/ much of a smartarse, or wishing
to thrash out an almost dead topic, just one small point, Paul:
In one of your other posts you (quite correctly) pointed out to
someone that using the phrase `baud rate' was dimensionally not
correct --- `baud' == `line changes per second', so `baud rate'
== `line changes per second per second' (assuming the time unit
is the second). Here you talk about `bits per baud'; does this
not commit the same crime? Shouldn't it be `this modem encodes
42 bits per baud-second' (since baud-second == line change)? I
would set followups to alt.syntax.tactical, but then I wouldn't
get to see them. I would also insert a smiley, but I am trying
to give them up.
--
Ben North
Computer Officer, New College, Oxford.