by Dan East » Oct 4, 2004 @ 9:23pm
The first thing is to determine if the keyboard uses CIR (Consumer IR) or Irda. If it uses Irda then it should be easy to create a driver for it, you basically just need to determine what baud rate the keyboard is running at. Then you can just display the raw data, and see what is transmitted for each key.
If it uses CIR then it will be more difficult to create a driver, although it still would be possible.
Dan East