Please see: How do I read input from a USB HID device?
The device might enumerate as generic HID but might behave like a keyboard. If so, it should just type out the characters it reads. If not, you'll have to poll it from the driver. That link should help.