home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tsprn16.zip / TSPRN.NWS < prev    next >
Text File  |  1992-06-20  |  4KB  |  60 lines

  1. University of Vaasa, Finland, Sun IPX sparcstation garbo.uwasa.fi
  2. has a large collection of PD and shareware PC programs available by
  3. anonymous ftp or mail server. The file /pc/ts/0news-ts contains news
  4. about the TS-programs in the /pc/ts directory (in reverse order).
  5. This text, which you now have, is an extract from the 0news-ts file.
  6. ...................................................................
  7. Prof. Timo Salmi
  8. Moderating at garbo.uwasa.fi anonymous FTP archives 128.214.87.1
  9. Faculty of Accounting & Industrial Management; University of Vaasa
  10. Internet: ts@uwasa.fi Bitnet: salmi@finfun   ; SF-65101, Finland
  11. ...................................................................
  12.  
  13. Sat 20-Jun-92: I recently acquired a HP Desk Jet 500 printer at home
  14. and have programmed a menu driven system SETHP.EXE to set the
  15. printer. It is available in my updated garbo.uwasa.fi:/pc/ts/
  16. tsprn16.zip printer program collection.
  17.  
  18. Tue 10-Jul-90: I have specialized programs for printing text files
  19. to three printers, which I use myself. These are the Diconix Inkjet
  20. Parallel Printer Model 150, Daisy Bubble Jet parallel printer, and
  21. Gabriele 8008 daisywheel serial typewriter. I have also two programs
  22. with pull-down menus for setting the Diconix and the Daisy. These
  23. programs are contained in /pc/ts/tsprn15.arc update. What I've done
  24. is to have introduced line editing potential into user interfaces,
  25. added controlled ctrl-c and break interrupting, and made the
  26. off-line response times from the printers much quicker. Without
  27. speeding them up, the off-line response times can be annoying long
  28. depending on your hardware. You can use these programs on any PC for
  29. these printers, but originally the Diconix program was developed for
  30. a Zenith Z-181 laptop, and hence the information file contains some
  31. special advice for Z-181 users.
  32.    The are two pulldown menu driven programs (setdico and setdaisy)
  33. for convenient setting of the Diconix and Daisy printers. And next
  34. on a more technical note. Originally, one of the reasons (besides
  35. wanting to be able to set these printers easily) I wrote these these
  36. programs to try pulldown menu programming in Turbo Pascal. One
  37. feature of many such programs is the ability to exit to a Dos shell,
  38. and I included this feature. One of the problems with a Dos shell is
  39. that it is easy to forget being in a shell and needing to type exit.
  40. (If you don't do that you may run out of memory.) Now SemWares QEdit
  41. has a nice trick to remind you of being in the shell. It adds [QE]
  42. to the prompt while in the shell. What I've done in the new release
  43. is to program (the inevitable) [TS] addendum to the shell prompt.
  44. This turned out to be quite a challenging piece of programming, and
  45. the logic is much due to a PD code by Ron Cravis published in a
  46. Turbo Pascal FidoNet conference from Rivendell TAP/1 (1:260/340).
  47.  
  48. Wed 9-Aug-89: Released update tsprn13.arc.  It contains utilities
  49. for printing text files, and setting Diconix and Daisy Inkjet
  50. printers.  The changes are in the printer setting programs.
  51.  
  52. Mon 10-Jul-89: I have been interested in the techniques for making
  53. pull-down menus, and MsDos gateways, which are so often used in
  54. commercial programs in their user interfaces.  So, I decided to try
  55. it out.  This resulted in two new programs setdico.exe and
  56. setdaisy.exe.  They are programs for setting Diconix InkJet and
  57. Daisy BubbleJet printers.  These programs are included in the
  58. printer program package, which has been at the same time been
  59. upgraded from tsprn11.arc to tsprn12.arc. 
  60.