8.5.1. parallel port device |
(packages/devices/parport.lsh) |
8.5.1.0. parport |
(packages/devices/parport.lsh) |
8.5.1.0.0. (new parport d) |
[CLASS] (packages/devices/parport.lsh) |
(setq z (new parport "/dev/parport0"))The parport driver may not be loaded into the Linux kernel by default. Therefore, you might have to do "/sbin/insmod ppdev" as root.
8.5.1.0.1. (==> parport write b) |
[MSG] (packages/devices/parport.lsh) |
8.5.1.0.2. (==> parport read) |
[MSG] (packages/devices/parport.lsh) |
8.5.1.0.3. (==> parport control b) |
[MSG] (packages/devices/parport.lsh) |
8.5.1.0.4. (==> parport status) |
[MSG] (packages/devices/parport.lsh) |
8.5.1.0.5. (==> parport pulse n time p) |
[MSG] (packages/devices/parport.lsh) |
8.5.1.1. low-level parport functions |
(packages/devices/parport.lsh) |
8.5.1.1.0. (parport-open s) |
(packages/devices/parport.lsh) |
8.5.1.1.1. (parport-close fd) |
(packages/devices/parport.lsh) |
8.5.1.1.2. (parport-claim fd) |
(packages/devices/parport.lsh) |
8.5.1.1.3. (parport-release fd) |
(packages/devices/parport.lsh) |
8.5.1.1.4. (parport-datadir fd b) |
(packages/devices/parport.lsh) |
8.5.1.1.5. (parport-write fd b) |
(packages/devices/parport.lsh) |
8.5.1.1.6. (parport-read fd ) |
(packages/devices/parport.lsh) |
8.5.1.1.7. (parport-control fd b) |
(packages/devices/parport.lsh) |
8.5.1.1.8. (parport-status fd) |
(packages/devices/parport.lsh) |