home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14741 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.8 KB

  1. From: franks@hpuamsa.neth.hp.com (Frank Slootweg CRC)
  2. Date: Mon, 11 Jan 1993 10:22:51 GMT
  3. Subject: Re: Need lp interface file for Calcomp plotter.
  4. Message-ID: <28510406@hpuamsa.neth.hp.com>
  5. Organization: Hewlett-Packard, The Netherlands
  6. Path: sparky!uunet!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!gatech!swrinde!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpcc05!hpbbn!hpuamsa!franks
  7. Newsgroups: comp.sys.hp
  8. References: <1993Jan8.180032.14546@hp1.holl.com>
  9. Lines: 29
  10.  
  11. dave@hp1.holl.com (David Vrona) writes:
  12.  
  13. >I'm trying to get a Calcomp plotter to run off the serial port of one of our
  14. >730 workstations (HP-UX 8.07).  I'm having a lot of trouble.
  15. >
  16. >I chose the dumbplot lp interface file but it doesn't work.  I noticed that
  17. >the dumbplot script lacked an stty line to set the serial port to the
  18. >appropriate line settings so I tried adding the line myself.  Now the plotter
  19. >seems to be receiving data, but it "limits out" immediately.  I believe I still
  20. >don't have that lp interface script right.
  21.  
  22.   First try to talk to the plotter without using the spooler, i.e. :
  23.  
  24. # sleep 100000 </dev/plotter &
  25. # stty <nice_options> </dev/plotter
  26. # cat file >/dev/plotter
  27.  
  28.   The "dumbplot" model issues "IN;" and "PG;" HP-GL (HP Graphics
  29. Language) instructions, which the Calcomp plotter might not understand
  30. (Does the Calcomp plotter understand HP-GL?).
  31.  
  32.   If you have a terminal with the same baud rate as the plotter, then
  33. you may want to use that first in order to know for sure that you have
  34. the right wiring, baud rate, etc. and are receiving correct data. If the
  35. terminal is an HP terminal with an HP terminal mode (i.e. not only
  36. emulating non-HP terminals), then you may want to use its "DISPLAY
  37. FUNCTNS" mode, so you can see non-printable characters.
  38.  
  39. Frank Slootweg, HP, Dutch Customer Response Center.
  40.