delorie.com/djgpp/doc/libc/libc_75.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <bios.h> int biosprint(int cmd, int byte, int port) |
byte
is sent to parallel port port.
Parallel port port is reset and initialized.
The status of parallel port port is returned.
7654 3210 Meaning ---- ---X Timeout ---- -XX- Unused ---- X--- I/O Error ---X ---- Selected --X- ---- Out of paper -X-- ---- Acknowledged X--- ---- Idle |
The printer status.
ANSI/ISO C | No |
POSIX | No |
while (*c) biosprint(0, *c++, 0); |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |