How to configure omnidirectional barcode scanner through USB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to configure omnidirectional barcode scanner through USB

1,215 Views
durgeshk
Contributor II

Hi,

I am using LPC2420 controller to interface omnidrectional barcode scanner through USB but facing problem ,there is no issue with some hand held CCD scanner and pendrive.

please refer descriptor details and code ,what changes should be done in code please help

Original Attachment has been moved to: code.txt.zip

Labels (1)
0 Kudos
3 Replies

828 Views
durgeshk
Contributor II

Hi

Please provide USB libraries which supports HID for LPC2420 MCU

Regards 

Durgesh

0 Kudos

828 Views
CarlosCasillas
NXP Employee
NXP Employee

Hi Kumar,

As the LPC2xxx are legacy devices, the available software is limited and generally provided by 3rd parties. AS example, you could refer to the following link for further details regarding USB support with HID Host capabilities on Segger emUSB:

https://www.element14.com/community/docs/DOC-53893/l/segger-middleware-and-stacks-overview


Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

828 Views
CarlosCasillas
NXP Employee
NXP Employee

Hi Kumar,

If you are looking for a USB driver of a specific Device, the option could be contacting to the Device manufacturer, they use to provide Linux drivers.

Regarding LPC side, most the USB libraries of the used operating system provides HID support, and it is the class of the barcode readers as generic devices, so, it could be another option.


Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------