home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6535 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.4 KB  |  47 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!taco!garfield.catt.ncsu.edu!doogie
  3. From: doogie@garfield.catt.ncsu.edu (Jeff House)
  4. Subject: Re: /dev/ttys? not responding
  5. Message-ID: <1992Jul23.153255.11889@ncsu.edu>
  6. Sender: news@ncsu.edu (USENET News System)
  7. Organization: Computer and Technologies Theme Program, NCSU, Raleigh
  8. References: <1992Jul22.235626.17486@ncsu.edu> <1992Jul23.103716.29243@klaava.Helsinki.FI>
  9. Date: Thu, 23 Jul 1992 15:32:55 GMT
  10. Lines: 35
  11.  
  12. In article <1992Jul23.103716.29243@klaava.Helsinki.FI> you write:
  13. >In article <1992Jul22.235626.17486@ncsu.edu> doogie@garfield.catt.ncsu.edu (Jeff House) writes:
  14. >>
  15. >>I did the following: [ edited ]
  16. >>
  17. >>echo "ATDT5551111" > /dev/ttys0
  18. >>
  19. >> [ some more editing ]  Neither case dialed, and
  20. >>when I did:
  21. >>
  22. >>cat /dev/ttys0
  23. >>
  24. >>"ATDT5551111" was echoed.  My modem seems not to be accepting commands.
  25. >
  26. >This is pretty much what should happen: hayes-compatible modems expect a
  27. >carriage return ('\r') after the command, and the above just sends the
  28. >normal unix line-feed instead.  As the modem is echoing you, you do have
  29. >a good connection to it, so things should work after correcting the
  30. >above to:
  31. >
  32. >    $ echo -e -n "atdt5551111\015"
  33. >
  34. >or similar. Or get kermit, and type the above in directly.
  35. >
  36. >        Linus
  37.  
  38.  
  39. Thanks Linus, and all that responded... It's working now!
  40.  
  41. (Yet another wonderful day has passed with another answered question
  42. from this group.  You are all great!)
  43.  
  44. -Doogie
  45.  
  46.  
  47.