home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / ap504 / readme.new < prev    next >
Encoding:
Text File  |  1991-05-29  |  1.4 KB  |  41 lines

  1. Changes made in version 5.04 
  2. ----------------------------------------------------------
  3.  
  4. 1. List commands now display the messages in decending order.
  5.  
  6. 2. The LP command is now available to stations designated at MBO
  7. stations.
  8.  
  9. 3. The time setting for the processor has been changed.  Many
  10. programs will not work as designed if the computer is set to GMT
  11. rather than local time.  So beginning with this version you should
  12. set your computer to local time and then add a command to your
  13. AUTOEXEC.BAT file declaring your local time zone and it's offset from
  14. GMT.
  15.  
  16. Add the following to your AUTOEXEC.BAT file:
  17.  
  18. SET TZ=XXXnn
  19.  
  20. where XXX is a three letter code for your local time zone and nn is
  21. the number of hours difference between your local time zone and GMT.
  22. Use a positive number if you are west of GMT and a negative number if
  23. you are east of GMT.  For example: 
  24.  
  25. SET TZ=EST5
  26.  
  27. would be used for Eastern Standard Time (USA).
  28.  
  29. If you do not set TZ then APLINK will assume you have set your
  30. computer to GMT.
  31.  
  32. The parameters TZONE and TDIFF in CONFIG.SYS no longer have any
  33. effect.  Times set in the configuration file are now local.
  34.  
  35. 4. The PCI-3000 driver has been revised to work with the PCI-3000
  36. version 1.7 ROM.  This might cause a problem with older versions of
  37. the PCI-3000 ROM.  Contact HAL for the latest version.
  38.  
  39. 5. A number of minor bugs have been fixed.
  40.  
  41.