home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / pcclone / 32bit / 1009 < prev    next >
Encoding:
Text File  |  1993-01-10  |  1.9 KB  |  54 lines

  1. Newsgroups: comp.unix.pc-clone.32bit
  2. Path: sparky!uunet!peora!tarpit!bilver!bill
  3. From: bill@bilver.uucp (Bill Vermillion)
  4. Subject: Re: Changing serial port characteristics under SCO
  5. Organization: W. J. Vermillion - Winter Park, FL
  6. Date: Sun, 10 Jan 1993 16:34:14 GMT
  7. Message-ID: <1993Jan10.163414.8864@bilver.uucp>
  8. References: <1993Jan07.063858.6228@chinacat.unicom.com> <1993Jan8.034306.26786@bilver.uucp> <1993Jan09.232437.24494@chinacat.unicom.com>
  9. Lines: 43
  10.  
  11. In article <1993Jan09.232437.24494@chinacat.unicom.com> chip@chinacat.unicom.com (Chip Rosenthal) writes:
  12. >In article <1993Jan8.034306.26786@bilver.uucp>
  13. >    bill@bilver.uucp (Bill Vermillion) writes:
  14.  
  15. >>I put a line in rc.d to run an stty on the port at boot time, and then
  16. >>sleep for 5 minutes, then run again. [...] Would this concept work for
  17. >>the device that is printing directly to the port?
  18. ....
  19.  
  20. >This little `stty' deamon is not the right way to fix the truncated
  21. >print problem, and it's a kludgey way to fix this problem too.  For
  22.                ^^^^^^  (Life's a kludge anyway :-) ).
  23. >reference, the best way to fix the truncated print problem is to add
  24. >something like:
  25.  
  26. >    stty ixany </dev/whatever
  27.  
  28. >at the end of the printer interface script.
  29.  
  30. I have several that I have just copied the stty line from the
  31. first of the script to the end, and that fixed it.   And some
  32. that did not.
  33.  
  34. On a Specialix Rio (damned fast boards) the stty at the end did
  35. not cure it, and Specialix support recommend a sleep command at
  36. the end of the script just before the exit.   That cured that
  37. problem.
  38.  
  39. >If the brain-dead app will accept a named pipe (c.f. mknod) as the
  40. >printer device, the problem can be solved by running a simple daemon
  41. >at boot:
  42.  
  43. >    while : ; do lp -dwhatever < /path/to/the/fifo ; done
  44.  
  45. >and specifying /path/to/the/fifo as the print device.
  46.  
  47. Thanks for the info.  I appreciate that.
  48.  
  49. Bill
  50.  
  51. -- 
  52. Bill Vermillion - bill@bilver.oau.org  bill@bilver.uucp
  53.                 - ..!{peora|tous|tarpit}!bilver!bill
  54.