home *** CD-ROM | disk | FTP | other *** search
/ Dr. CD ROM (Annual Premium Edition) / premium.zip / premium / COMM_MIS / ATSEND16.ZIP / ATSEND.NEW < prev    next >
Text File  |  1992-09-18  |  2KB  |  67 lines

  1. 09-18-92 V1.6
  2. -------------
  3. This update supports port speeds higher than 38,400.
  4.  
  5. 04-22-92 V1.5
  6. -------------
  7. Non-Standard COM ports and IRQ's are now supported by setting
  8. COMBASE and COMIRQ environment variables.  See ATSEND.DOC for
  9. details.
  10.  
  11. Two new programs included!  One is HEX2DEC.EXE, a program to
  12. convert your COMBASE address from hex to decimal.  The other is
  13. ATBATCH.EXE, a program that will create batch files for use with
  14. ATSEND.  This makes it very easy for those running non-standard
  15. ports, as ATBATCH will do the hex to decimal conversion
  16. on-the-fly.
  17.  
  18. ATSEND now defaults to opening the port at 1200 baud to make it
  19. compatible with most modems.  The speed can be raised or lowered
  20. by setting an environment variable called ATSPEED.  To get the
  21. modem to communicate at speed 38400:
  22.  
  23. SET ATSPEED=38400
  24.  
  25. ATSEND now reports results from modem to the screen.  Users of
  26. modems like the USRobotics HST can type ATSEND I4 for a page full
  27. of modem settings.
  28.  
  29. Now reads DSZPORT environment variable.  People who are
  30. running DSZ often use the DSZPORT setting in their environment to
  31. tell DSZ what com port is being used.  Like DSZ, ATSEND defaults
  32. to COM1.  If you want to use ATSEND without having to type the
  33. comport number each time, put the following in your AUTOEXEC.BAT
  34. file: SET DSZPORT=<PORT>.  For example, if you are using COM2:
  35.  
  36. SET DSZPORT=2
  37.  
  38. You can overide the DSZPORT setting by specifying a different
  39. port on the command line after the command to be sent to the
  40. modem.
  41.  
  42. 7-21-90 V1.2 ß1
  43. ---------------
  44. Shortened information shown to screen when program is executed.
  45.  
  46. Compiled with new comunications libraries that are said to
  47. produce compatibility with non-standard ports 3 thru 8 using DSZ
  48. style IRQ's and base addresses.
  49.  
  50. 7-6-89 V1.1
  51. -----------
  52. Changed name to ATSEND.EXE to avoid confusion with similar utility
  53. called AT.COM.
  54.  
  55. Tightened up code and recompiled under Borland's Turbo Pascal 5.5.
  56.  
  57. Changed termination to end with an errorlevel of 1.  This is so Sysops
  58. who are currently running HSTRESET.EXE by Samuel Smith may use ATSEND as
  59. a direct replacement.  If esc is hit before ATSEND finishes, an
  60. errorlevel of 0 is set.  This should have no effect for users who are
  61. not using ATSEND as a replacement for HSTRESET.EXE.
  62.  
  63.  
  64. 6-17-89 V1.0
  65. ------------
  66. Initial Release as AT10.ZIP
  67.