Our (odd) parport services a few devices:
- touch screen controller;
- LCD's backlight gate;
- cash drawers;
Generally, it just reads data from touch controller, to supply X with events, but when I want to turn on/off backlight I have to call its ioctl() entries. The problem is that I want to control backlight from Java. Ideas? Thanks, Pavel
|