home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / ibm / pc / misc / 12636 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.2 KB

  1. Path: sparky!uunet!engcon!fenner
  2. From: fenner@engcon.marshall.ltv.com (JWFENNER)
  3. Newsgroups: comp.sys.ibm.pc.misc
  4. Subject: Re: Q: Are the Baud Rate and BPS same?
  5. Message-ID: <1001@engcon.marshall.ltv.com>
  6. Date: 11 Sep 92 14:34:57 GMT
  7. References: <1992Aug28.155701.218@news2.cis.umn.edu>
  8. Reply-To: fenner@engcon.UUCP (JWFENNER)
  9. Distribution: usa
  10. Organization: LTV MEG, Dallas, TX
  11. Lines: 20
  12.  
  13. Baud rate and Bits per second are essentially the same thing.
  14. For example, if you have a 2400 baud modem, you can transfer
  15. 2400 bits per second.  Bytes per second is another story, however.
  16. Data sent over the modems is broken down as follows:
  17.  
  18. +-----------+-----------+-------------+
  19. | START BIT | DATA BITS | STOP BIT(S) |
  20. +-----------+-----------+-------------+
  21.  
  22. where START BIT is 1 bit, DATA BITS is generally 8 bits (without parity),
  23. and STOP BITS is usually 1 bit.  These numbers can vary, but this is the
  24. most common format used today.
  25.  
  26. What this means is that for each BYTE of data you send, you actually send
  27. 10 bits, not just 8.  So your effective BYTES PER SECOND would be 240 for
  28. a 2400 baud modem.
  29.  
  30. Most of the newer modems also use compression techniques to help improve
  31. the EFFECTIVE baud rate.
  32.  
  33.