home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / tel / dialer.do < prev    next >
Text File  |  2006-10-19  |  1KB  |  13 lines

  1. CLUB 100 Library - 415/939-1246 BBS,    937-5039 NEWSLETTER, 932-8856 VOICE
  2.  
  3. DIALER.BA was first offered on tape #5 of "The California Series" in the club library, however it had some flaws in it. Being that it was one of the first programs that I ran and enjoyed I have taken it upon myself to fix it now that I understand more about BASIC and this machine. CALL 21200 has been changed to CALL 21172, this allows it to enter the dial routine without modem tone. I have moved the M/L subroutine to a safe area of machine memory above 62960 and added a pulsating tone which is guaranteed to get your attention. Also two new timing loops have been added, the following is a list of all timing loop functions: 
  4.  
  5. D = pause for dial tone
  6. R = ringing period
  7. S = sound duration
  8. T = tone frequency
  9. Z = sleep between calls
  10.  
  11. I also found that I could easily get a full minute delay between calls by not defining "Z" as a integer, a loop runs slower when you don't define a variable as an integer. You may change R, D or Z to meet your own requirements! 
  12.  
  13.