home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mips / 921 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.7 KB  |  63 lines

  1. Newsgroups: comp.sys.mips
  2. Path: sparky!uunet!sun-barr!ames!kum.kaist.ac.kr!usenet
  3. From: jwkim@asrispmp1.snu.ac.kr (Jongwon Kim)
  4. Subject: Parallel printer interface with RC2030 ...(re-posting?)...
  5. Message-ID: <1992Sep8.075334.19366@kum.kaist.ac.kr>
  6. Keywords: printer
  7. Sender: usenet@kum.kaist.ac.kr (news)
  8. Reply-To: jwkim@asrispmp1.snu.ac.kr
  9. Organization: Seoul Nat'l Univ. Control & Instr. Eng. S.P.L., KOREA
  10. Date: Tue, 8 Sep 92 07:53:34 GMT
  11. Lines: 50
  12.  
  13.  
  14. Hello, everybody !!!
  15.  
  16.   I have a MIPS 2030 system and a HP laser jet III printer. I 
  17. have intended to connect the MIPS 2030 system and the HP printer with
  18. the parallel port which is Centronics compatible interface.
  19. I used /dev/lp as the printer device. And I used lp/model/pprx as the 
  20. printer model when I try with SysV and I also tried to use the printing
  21. system by bsd43 lpr.
  22.   With the above settings, the printer works well for document files which
  23. have columms less than 80. But for files which have more than 80 
  24. columns, the printer does not print any character beyond 80th column.
  25. I sometimes want to print files which have large colummns, but
  26. the printer does not work for it. Also I tried to copy the document 
  27. file with more than 80 characters per line directly( "cp test_file /dev/lp).
  28. But the result is the same.
  29.  
  30.   Recently, I found that there must be 3 different files for lp, 
  31. that is /dev/rlp0, /dev/lp0, /dev/Lp0, from the System administrator's
  32. Reference Manual. I suppose that the file /dev/rlp0 - raw device file -
  33. can solve our problems. But there is no files except /dev/lp in our
  34. /dev directory. And I suppose that /dev/lp means /dev/lp0 - canonial
  35. device - in Reference Manual.
  36.  
  37.   How can solve above problems without /dev/rlp0 ?
  38. Otherwise can I get above device drivers?
  39. Or Is there other solutions? 
  40.  
  41. Any help or suggestions would be greatly appreciated.
  42.  
  43. jwkim
  44.  
  45. PS: I wonder if it is a second posting of the same content. 
  46.     Because our NNTPSERVER (kum.kaist.ac.kr) had changed
  47.     it's IP address right after my posting... -- 
  48. ---------------------------------------------------------------------
  49.  
  50.  ----- Seoul KOREA -----
  51.  Seoul National University                     Kim Jong Won
  52.   Control & Instrumentation Eng. Dept.                                        
  53.    SPL(Signal Processing Labaratory).            /   /                
  54.                                                 /  /                 
  55. Ph.D. Degree student in "Image Coding"         / /   O               
  56.                                              <//__ --                
  57. Tel: Office (02) 880-7315                    /     -/--/ / /         
  58.      Home   (02) 782-2837                   /     \/   \/\/          
  59.  
  60. E-mail: jwkim@asrispmp1.snu.ac.kr
  61.  
  62. ---------------------------------------------------------------------
  63.