Date: Thu, 01 Jul 1999 13:42:48 +0200 From: Jean-Michel DRICOT <jdricot@ulb.ac.be> To: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: PPI bus fonctions... Message-ID: <377B5438.CB6B4B84@ulb.ac.be>
next in thread | raw e-mail | index | archive | help
Hello,
does someone know how to use this ? :
in /sys/dev/ppbus/ppbconf.h:
struct ppb_adapter {
...
int (*read)(int, char *, int, int);
int (*write)(int, char *, int, int);
...
};
I read up man page but doc is awful....
I just like to read/write to parallel port using these functions (if it
is possible that way)...
I tried IOCTL() functions but I believed that this could be better...
Thanks
Jim
--
________________________________________________________________________
"Unix IS user friendly. It's just selective about who it's friends are."
Dricot Jean-Michel
3rd year study in Computer & MicroElectronic Engineering
Polytechnic School
Free University of Brussels (ULB)
URL: http://student.ulb.ac.be/~jdricot
e-mail: jdricot@ulb.ac.be
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?377B5438.CB6B4B84>
