home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / KAYPRO / NORING.LBR / NORING.DZC / NORING.DOC
Text File  |  2000-06-30  |  3KB  |  52 lines

  1. NORING DOC
  2.  
  3. I bought a used Kaypro 10 with an internal 1200 baud Datasolvers modem.
  4. I found that when the computer was on, its high pitched tone came on
  5. whenever I answered the phone as long as the computer was on. 
  6. I started to look for a way to shut off auto-answer on the modem. 
  7. I finally was led to a one record public domain program called 
  8. Noanswer.com. When run it shuts off the auto-answer. However,
  9. with an internal modem, it is necessary to first initialize it before
  10. running Noanswer.com. I wanted to be able to do this so that I could
  11. run these programs in a submit files (Startzcm in this case) and not
  12. have to worry about turning off the auto-answer any more. Imp and Mex
  13. won't work in a submit file (to the best of my knowledge). After
  14. rummaging around in Fatcat, I found Setmdm.com, which will. It
  15. requires a command line that includes baud, data bits, parity and
  16. stop bits. Finally, I created a submit file called Noring.com, which
  17. first runs Setmdm and then runs Noanswer. The command line looks
  18. like this:
  19.  
  20. SETMDM 1200,8,NO,1
  21. NOANSWER
  22.  
  23. The submit file was created using Newbatch.com. (Makbatch.come works
  24. just as well) If you are running some form of ZCPR, you will
  25. prefer to create Noring.com using Salias. Then just insert it in
  26. your startup file and one more problem will be solved.
  27.  
  28.                 Howard Schwartz
  29.                                St. Louis KUG
  30.                 February 16, 1988               
  31.  
  32.                                                                                
  33.                                                                                
  34.                                                                                
  35.                                                                                
  36.                                                                                
  37.                                                                                
  38.                                                                                
  39.                                                                                
  40.                                                                                
  41.                                                                                
  42.                                                                                
  43.                                                                                
  44.                                                                                
  45.                                                                                
  46.                                                                                
  47.                                                                                
  48.                                                                                
  49.                                                                                
  50.                                                                                
  51.                                             
  52.