home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20337 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.4 KB  |  41 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!stanford.edu!rock!taco!adm!mauney
  3. From: mauney@adm.csc.ncsu.edu (Jon Mauney)
  4. Subject: Re: X + kermit + internal modem + mouse = ????
  5. Message-ID: <mauney.724342335@adm>
  6. Sender: news@ncsu.edu (USENET News System)
  7. Organization: North Carolina State University
  8. References: <1992Dec11.201242.2743@drycas.club.cc.cmu.edu>
  9. Date: Mon, 14 Dec 1992 14:12:15 GMT
  10. Lines: 29
  11.  
  12. ghod@drycas.club.cc.cmu.edu writes:
  13. >..., I discovered what seems to be a bug in kermit. What I want to do is use
  14. >my mouse and my 2400 baud internal modem simultaneously. I'm doing that now
  15. >using xc (or xcomm). When I try using the pair with kermit, the modem works
  16. >fine, but the mouse dies.
  17. >...  And no, the mouse doesn't come back to life when I quit
  18. >kermit. 
  19.  
  20. I think you'll find that kermit is changing the baud rate on the
  21. serial port into which your mouse is plugged in to.  kermit does this
  22. even if you use the command line switch to indicate the proper
  23. serial port for kermit.  I have not investigated whether there
  24. is a deeper configuration file that can control this.
  25.  
  26. Try this, assuming your mouse is attached to ttys1
  27.  
  28. % stty < /dev/ttys1
  29. % kermit
  30. ...
  31. ^Z
  32. % stty < /dev/ttys1  # just to see what the story is
  33. % stty 1200 < /dev/ttys1 # assuming your mouse runs at 1200
  34.  
  35.  
  36. -- 
  37. Jon Mauney, Mauney Computer Consulting
  38. mauney@csc.ncsu.edu   (919) 828-8053
  39.  
  40. "She wrote a long letter, on a short piece of paper."
  41.