| www.delorie.com/djgpp/doc/libc-2.01/libc_68.html | search |
#include <stdio.h> int biosprint(int cmd, int byte, int port)
byte is sent to parallel port port.
7654 3210 Meaning ---- --X Timeout ---- -XX- Unused ---- X-- I/O Error ---X ---- Selected --X- ---- Out of paper -X-- ---- Acknowledged X-- ---- Idle
The printer status.
while (*c) biosprint(0, *c++, 0);
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |