I am working on iMX258 board which is used as ePOS. I would like to interface it with portable scanner, specifically Plustek S400.
Can someone please guide me how I can use this with POS? Do I need to write driver? I am using Linux Kernel Version 2.6 with QT support.
Hello Vaibhav,
Being that the scanner you are mentioning is USB, you can use the USB-HID driver in the linux BSP, the driver part would be covered with that.
Thanks a lot for pointer, am working on it to make a tiny scanner application.