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

  1. Club 100 Library - 415/939-1246 BBS
  2. 937-5039 NEWSLETTER, 932-8856 VOICE
  3.  
  4. FASTMODEM - A software modem speed up for the Model 100 : Bob Scott 
  5. This file describes the use of FSTMDM.100, a program which allows you to 
  6. speed up the M100 modem by 50% to 450 baud.  Some CIS direct dial numbers 
  7. support this rate (use GO PHONES to check), however it is NOT supported by 
  8. TeleNet or TYMNET.  Of course, two M100's can use this rate to communicate 
  9. with each other over a dialup circuit.
  10. Cautions:
  11. This program nastily grabs and clears high memory.  It also reassigns the 
  12. TELCOM f7 key to give you a readout of bytes free while you're online.  f6 
  13. is reset as described below.  This program CANNOT be used with an autologin
  14. macro of any type (yet).  If you can put up with these "features", it 
  15. really does speed up the internal modem.
  16. Theory:
  17. The M100 modem can be pushed to as much as 600 baud over standard phone 
  18. lines.  Since CIS thoughtfully supports 450 baud, it is possible to 
  19. communicate at that faster rate with an M100. The program FASTMDM loads a 
  20. machine language routine above HIMEM and assigns the online TELCOM function
  21. key F6 to call the routine.  When executed, the M/L program resets the 
  22. internal baud rate generator to 450 baud.  Since TELCOM sets the rate to 
  23. 300 when it shifts to online mode, you must press F6 after going online, 
  24. but BEFORE typing anything(hence the restriction on login macros).  If you 
  25. type anything before pressing F6, CIS will sense that you are at 300 baud, 
  26. and will not let you change to 450.
  27. Use:
  28.   Clear any machine language programs out of high memory.  Place the cursor
  29. over FASTMDM and press RETURN.  You will see the screen flash "Installing 
  30. 450 bps" then get the menu back.  You may now enter TELCOM and dial CIS 
  31. manually, or with a number from ADRS.DO, just so long as it is followed by 
  32. only a "<>" (remember, NO login strings!).  After you get connected, 
  33. indicated by the label line chaning to the online mode ("Up Down" etc.) and
  34. BEFORE typing anything press F6.  You'll hear a beep, which indicates that 
  35. you are in 450 baud mode. You can then hit "ENTER", login and enjoy.
  36. After you finish your TELCOM session, you can remove the machine language 
  37. routine, and free up high memory for other uses, by again executing FSTMDM 
  38. from the main menu.  You'll see the legend "Removing 450 bps.." and be 
  39. returned to the main menu.  (The TELCOM F6 key will be set to a CLEAR 
  40. SCREEN function by the program when it deinstalls).
  41.  
  42. Reference:
  43.   For you hackers, the M/L routine is:
  44.      DI
  45.      PUSH PSW
  46.      MVI A,85
  47.      OUT 188
  48.      MVI A,65
  49.      OUT 189
  50.      MVI A,195
  51.      OUT 184
  52.      CALL 16937
  53.      POP PSW
  54.      EI
  55.      RET
  56. Permission for non-commercial use granted to M100 SIG members.  All other rights reserved.