home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19284 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.4 KB  |  54 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!UB.com!pacbell.com!decwrl!spool.mu.edu!yale.edu!yale!gumby!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!ee.ualberta.ca!charro
  3. From: charro@ee.ualberta.ca (Dan Charrois)
  4. Subject: PrtDrvGen problems
  5. Message-ID: <charro.728105699@ee.ualberta.ca>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: eigen.ee.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. Date: Wed, 27 Jan 1993 03:34:59 GMT
  10. Lines: 42
  11.  
  12. For the longest time I have been using the CBM_MPS1000 printer driver
  13. to operate my 9 pin DMP-130 printer and have had acceptable results.
  14. There were a few differences between the printers though which would
  15. cause a couple of problems in doing graphics dumps (it would still
  16. work - but the line spacing between passes wasn't quite right...), so
  17. I decided to use PrtDrvGen to try and come up with a driver
  18. custom-made for the DMP-130.
  19.  
  20. I managed to get everything to work okay up until I wanted to get
  21. higher graphics density output (low density graphic dumps work just
  22. fine...)  I can get 1920 dots/line with my printer, but unfortunately
  23. it is only a 9 pin printer.  There are no spaces between the dots
  24. horizontally, but to get rid of the vertical spaces, the CBM_MPS1000
  25. driver double- or triple-strikes the lines advancing the paper forward
  26. a tiny amount between passes.  Since I don't know if this is a normal
  27. capability of printer drivers, forgive me if I am describing the
  28. obvious.  If rows are numbered from the top starting with 'a', the
  29. driver would cause the printer (in highest density) to:
  30. - print rows a,d,g,j,m,p,s,v with the 8 pins in 1920 dots/line
  31. - advance the paper forward slightly
  32. - print rows b,e,h,k,n,q,t,w
  33. - advance the paper forward slightly
  34. - print rows c,f,i,l,o,r,u,x
  35. - advance the paper forward until the point where the next
  36. triple-striked band should begin.
  37.  
  38. Anyway, sorry for being hard to understand, but the method worked
  39. great for systems such as TeX (I had no idea a 9-pin printer could
  40. look so good!)  I am wondering if PrtDrvGen could be convinced to
  41. send a graphic dump in such an interlaced format somehow.
  42.  
  43. Of course, if someone's already made a DMP-130 driver, that would be
  44. even better! :-)
  45.  
  46. Please email responses as this group is too busy for me to keep a
  47. regular eye on.
  48.  
  49. Thanks...Dan
  50. -
  51. -- 
  52. Dan Charrois - University of Alberta, Electrical Engineering
  53. INTERNET: charro@eigen.ee.ualberta.ca 
  54.