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 / BEEHIVE / COMMS / IMP245.ARC / IMP245.UPD < prev    next >
Text File  |  1990-09-20  |  2KB  |  49 lines

  1.  
  2. VERSION EQU    245    ; IMP (06/01/87)  -    CP/M-80 MODEM PROGRAM
  3. ;
  4. ;-----------------------------------------------------------------------
  5. ;  o  Added capability to send a break tone.  This is tripped by typing
  6. ;     ESC Q.  (ESC is the 'EXTCHR' character stored at 0114h and can be
  7. ;     changed to another character if preferred.  The 'Q' is stored at
  8. ;     '011Dh and is the 'BRKCHR' in the new overlays dated 01 June 87.
  9. ;
  10. ;  o  Changed routine for sending batch header, constructs the header
  11. ;     BEFORE looking for a 'C' from remote, also uses the conventional
  12. ;     'GTACK' routine, saving bytes.
  13. ;
  14. ;  o  Increased most "RECV" times for PC Pursuit satelite networks, made
  15. ;     the manual abort routine more robust to give additional protection
  16. ;     against inadvertent aborts.
  17. ;
  18. ;  o  Added 'TIG' option to toggle the 'IGNORCTL' option on/off.  Normal
  19. ;     use would leave this in the "only essential CTL-characters will be
  20. ;     received" mode.  If using a remote editor, you may need to receive
  21. ;     all control characters so select the 'TIG' option at that time.  A
  22. ;     menu shows what is in use, by typing 'ESC ?' in the command mode.
  23. ;
  24. ;  o  File name being sent or received is now shown as part of the mes-
  25. ;     displayed during file transfers.
  26. ;
  27. ;  o  If uploading in KMD batch file mode, will now say "File exists,
  28. ;     select another name" if the host system (1) already has a file
  29. ;     with that name and (2) is running KMD22 dated 22 Feb 87 (or newer
  30. ;     if such exists when reading this update).  
  31. ;
  32. ;  o  Goodbye routine significantly changed to insure any incoming char-
  33. ;     acters are stopped if possible before attempting to disconnect the
  34. ;     modem from the phone line.  This routine was placed in the main
  35. ;     program, simplifying the routine in each overlay.
  36. ;
  37. ;  o  Initialization routines in main program changed to insure the line
  38. ;     is onhook when autodialing a phone number.  (A few who use BYE for
  39. ;     their RCPM needed this feature since BYE has an offhook option.
  40. ;     When they selected (any) modem program after using BYE, they could
  41. ;     not get a dial tone without an intentional abort which resets the
  42. ;     modem to onhook.)  This is no longer a problem.
  43. ;
  44. ;  o  Other modest changes, several messages changed slightly.
  45. ;
  46. ;                    - Irv Hoff
  47. ;
  48. ;-----------------------------------------------------------------------
  49.