home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / dcom / modems / 16449 < prev    next >
Encoding:
Text File  |  1992-11-07  |  2.4 KB  |  61 lines

  1. Newsgroups: comp.dcom.modems
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!decwrl!netcomsv!netcom.com!gerg
  3. From: gerg@netcom.com (Greg Andrews)
  4. Subject: Re: 14.4Kbps Modems and Procomm+
  5. Message-ID: <1992Nov6.065628.29610@netcom.com>
  6. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  7. References: <W8SDZ.12826597553.BABYL@WSMR-SIMTEL20.ARMY.MIL>
  8. Date: Fri, 6 Nov 1992 06:56:28 GMT
  9. Lines: 50
  10.  
  11. In article <W8SDZ.12826597553.BABYL@WSMR-SIMTEL20.ARMY.MIL> CHARLIE@UMVMA.UMSYSTEM.EDU (Charlie Turner) writes:
  12. >husc10.harvard.edu!jiu1@ucbvax.Berkeley.EDU writes:
  13. >>I just "discovered" that my copy of procomm plus does not support
  14. >>14.4K bps communication speed.  After 2,400 come 4,800, 9,600,
  15. >>192,000 etc.  Does this mean one can't use 14.4K modems?  How about
  16. >>the Windows version?
  17. >
  18. >As far as I know, the standard COM port speeds are a sequence of
  19. >'doubles', eg. 1200, 2400, 4800, 9600, 19200, 38400, ..., etc.
  20. >I don't think this is anything Procomm or any other software package
  21.  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  22. >can change.
  23.  ^^^^^^^^^^
  24.  
  25. That's not the case in an IBM compatible with a standard UART chip
  26. (8250/16450/16550).
  27.  
  28. The serial port hardware can support other speeds as well.  The UART
  29. chip takes in a 1.8432 MHz clock signal and internally divides it
  30. by 16 to provide the baud rate clock.  That clock can be divided by
  31. any whole number to produce the actual speed.  Your comm software
  32. can change that number (the divisor) to select different speeds.
  33. The top speed would be the baud rate clock divided by 1:
  34.  
  35.   1,843,200 / 16 = 115,200   (baud rate clock)
  36.  
  37.      clock  / divisor  =  speed
  38.     ----------------------------
  39.     115,200 /     1    = 115,200
  40.     115,200 /     2    =  57,600
  41.     115,200 /     3    =  38,400
  42.     115,200 /     6    =  19,200
  43.     115,200 /    12    =   9,600
  44.     115,200 /    48    =   2,400
  45.     115,200 /    96    =   1,200
  46.     115,200 /   384    =     300
  47.  
  48. You'll notice that there are a lot of divisor values missing if you
  49. only list the "normal" speeds.  A divisor value of 8 will give you
  50. 14,400 bps.
  51.  
  52. So you see the software certainly could support 14,400 bps.  They just
  53. haven't done it.
  54.  
  55.  
  56. -- 
  57.  .------------------------------------------------------------------.
  58.  |  Greg Andrews   |       UUCP: {amdahl,claris}!netcom!gerg        |
  59.  |                 |   Internet: gerg@netcom.COM                    |
  60.  `------------------------------------------------------------------'
  61.