home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / laser / lsu504.arc / ADDENDUM.DOC next >
Text File  |  1989-06-29  |  3KB  |  59 lines

  1.  
  2. This information is not contained in the documentation file.
  3.  
  4. FOR THOSE WHO HAVE THEIR LASERJET'S CONNECTED TO THE PARALLEL PORT.
  5. *******************************************************************
  6.  
  7.  
  8. In version 5.03 of LSU, there was a "bug" in the error trapping
  9. routine -- the routine that warns you if the printer is not turned on,
  10. or is offline.  Basically what happens if the printer is not connected
  11. or is not ready, LSU (through DOS) tries several times to get through,
  12. and after a certain amount of time, if it fails, an error code is
  13. returned.
  14.  
  15. This procedure, unfortunately, is very inconsistent from machine to
  16. machine, from DOS version to DOS version, from BIOS to BIOS.  As a
  17. result, the "time out delay", that is the length of time LSU will try
  18. to reach the printer before considering it offline, which worked on my
  19. machine when I wrote the program may not be long enough on your
  20. machine.  If the TimeOut delay is too short you can get false "Printer
  21. Not Ready" errors when you are printing a file of any length.  This is
  22. because the printer buffer is "busy", LSU (through your BIOS/DOS
  23. combination) is getting the message that the printer isn't there at
  24. all, and LSU tells you, incorrectly, that the printer is not online.
  25.  
  26. This version of LSU allows you to set the TimeOut delay.  The default
  27. is 3;  this should work on most machines.  If, however you are getting
  28. false Printer Not Ready errors, then you might try incrementing this
  29. value by 1 then printing the same file again.  The range of Printer
  30. delay values is 0 - 9.  You increment these values by simply selecting
  31. the Printer delay option under the Options menu.  Do this either by 
  32. pressing the letter "P", or by highlighting "Printer delay" and pressing
  33. the Enter key.  Each time you select the option the value increments
  34. by one, then from 9 to 0.
  35.  
  36. The Printer delay value is set under the Options Menu.  When you Save
  37. defaults, the current value is saved to disk (remember, in order to
  38. save defaults two conditions must be met:  the program must retain the
  39. name LSU.COM and 2) you must be logged onto the same directory as
  40. LSU.COM.
  41.  
  42. ***************************************************************************
  43.  
  44.  
  45. SAVING THE CURRENT RETURN ADDRESS AS THE DEFAULT.
  46. ***************************************************
  47. LSU comes with my address in the return address slot.  In version
  48. 5.03, if you typed in your address, then saved defaults, your address
  49. became the default return address when you pressed Envelope.New.
  50. However, (due to sloppy coding on my part), it was non-obvious how to
  51. clear out the return address altogether and save an empty envelope as
  52. the default... (you had to enter a space...).
  53.  
  54. Now, this whole thing has been changed.
  55.  
  56. From the envelope editting screen, the current return address is saved
  57. as the default when you press F10.  Like all other saving to disk,
  58. this requires the same two conditions outlined above.
  59.