As an experimental project to start working with Linux device drivers I was thinking about creating a device driver for a parallel port device for controlling LEDs connected to a parallel port. Will this be achievable if a USB to parallel port adapter will be used instead of a direct parallel port?
If no, how would you recommend to achieve this? Do you recommend other applications for learning device drivers other than controlling LEDs via parallel port? Thanks in advance.