home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / ultrix / 9170 < prev    next >
Encoding:
Text File  |  1993-01-05  |  754 b   |  24 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!caen!nic.umass.edu!umassd.edu!jdoyle
  3. From: jdoyle@phy.umassd.edu (Jim Doyle)
  4. Subject: Re: modem at 38400 Baud on DECstation5000/200?
  5. Message-ID: <C0D0vz.5Eu@umassd.edu>
  6. Keywords: serial line modem baudrate
  7. Sender: usenet@umassd.edu (USENET News System)
  8. Organization: University of Massachusetts Dartmouth
  9. References: <rosenth.726186590@batman> <C0CynI.J9H@umassd.edu>
  10. Date: Tue, 5 Jan 1993 02:43:10 GMT
  11. Lines: 11
  12.  
  13. In <C0CynI.J9H@umassd.edu> jdoyle@phy.umassd.edu (Jim Doyle) writes:
  14. >mode.sg_ispeed = 15;    /* input speed : 15=EXTB (38.4K)    */
  15. >mode.sg_ospeed = 15;    /* output speed                */
  16.  
  17. Boy, was I *STUPID* ; teaches ME not to drink and read news! 
  18.  
  19. mode->sg_ispeed = 15;
  20. mode->sg_ospeed = 15;
  21.  
  22. ..... J.D.
  23.  
  24.