lp(4) | Device Drivers Manual | lp(4) |
lp - 라인 프린터 장치
#include <linux/lp.h>
lp[0–2] are character devices for the parallel line printers; they have major number 6 and minor number 0–2. The minor numbers correspond to the printer port base addresses 0x03bc, 0x0378, and 0x0278. Usually they have mode 220 and are owned by user root and group lp. You can use printer ports either with polling or with interrupts. Interrupts are recommended when high traffic is expected, for example, for laser printers. For typical dot matrix printers, polling will usually be enough. The default is polling.
아래의 ioctl(2) 신호가 지원된다:
LP_PBUSY | inverted busy input, active high |
LP_PACK | unchanged acknowledge input, active low |
LP_POUTPA | unchanged out-of-paper input, active high |
LP_PSELECD | unchanged selected input, active high |
LP_PERRORP | unchanged error input, active low |
/dev/lp*
chmod(1), chown(1), mknod(1), lpcntl(8), tunelp(8)
이 매뉴얼 페이지의 한국어 번역은 다음에 의해 편집되었습니다: ASPLINUX <man@asp-linux.co.kr>
이 번역은 무료 문서입니다. 저작권 조건에 대해서는 GNU General Public License 버전 3 이상을 읽으십시오. 책임이 없습니다.
이 매뉴얼 페이지의 번역에서 오류를 발견하면 translation-team-ko@googlegroups.com 로 이메일을 보내주십시오.
2023년 2월 5일 | Linux man-pages 6.03 |