A Library for Interfacing IEEE 1284-Compatible Devices
This library is intended to be used by applications that need to communicate with (or at least identify) devices that are attached via a parallel port. For Linux, there are some wrinkles in communicating with devices on parallel ports (see /usr/share/doc/packages/libieee1284/README). The aim of this library is to take all the worry about these wrinkles from the application. It figures out which method is appropriate for the currently running kernel. For instance, if the application wants to know the device ID of a device on a particular port, it asks the library for the the device ID. The library then figures out if it is available via /proc (in any of the possible locations) and, if not, tries asking the device itself. If /dev/parport0 is not available for use, it tries ioperm; if that fails, it tries /dev/port. The application does not have to care.
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / libieee1284
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Emulators/libieee1284 && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000012 12 Bytes | |
interface.pdf | 0000128164 125 KB | |
libieee1284-0.2.11.tar.bz2 | 0000278804 272 KB | |
libieee1284-strict-aliasing.patch | 0000001883 1.84 KB | |
libieee1284.changes | 0000003100 3.03 KB | |
libieee1284.spec | 0000005469 5.34 KB |
Revision 1 (latest revision is 6)
Init
Comments 0