# from Keith Lofstrom # on Friday 25 September 2009 13:11: >I'm looking for something that will log keyboard/mouse events >with timecodes to a file, so I can evaluate various USB devices that >pretend to be keyboards. Some of these devices emit out long strings >of characters.
If you have libusb, this will read keycodes or characters from things like barcode and magstripe devices. http://search.cpan.org/~ewilhelm/Linux-USBKeyboard-0.02/ The newer (0.03) version has some added features, but apparently doesn't work on perl's before 5.10.0 right now. --Eric -- You can't whack a chisel without a big wooden mallet. --------------------------------------------------- http://scratchcomputing.com --------------------------------------------------- _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
