cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode scanner api in nwds7.1

former_member568822
Active Participant
0 Kudos

hi,

I have create a mi handhelds project using handhelds perspectives but how can i include the scanner api in my project in order for my application to use barcode scanner?

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

this should be covered in the documentation.

Just take a look at the following link:

[Peripherals|http://help.sap.com/saphelp_nwmobile71/helpdata/en/5f/ff244134a56532e10000000a1550b0/content.htm]

I hope this helps.

Best Regards,

Stefan

former_member568822
Active Participant
0 Kudos

hi,

thanks for you reply. I already refer the help but i dont know how to add it to my project. Did i need to create the class AddingSymbologies under new package or i can direct use the method at the class???

jan_fetzer
Advisor
Advisor
0 Kudos

Hi,

depends on whether you use PIOS from SAP or just the Java SDK from the device vendor, e.g. http://support.symbol.com/support/search.do?cmd=displayKC&docType=kc&externalId=10635&sliceId=&dialo....

The libs will need to be added to a Java Dev Component in NWDS that you then reference from your mobile handheld dev component (most often this will be the handheld UI component) through a DC dependency. The dependency is created in the component properties view in the Dev Infrastructure perspective.

You will then need to spawn a separate scanning thread in wdDoInit and react to scan events from within your UI component.

Bye, Jan

former_member568822
Active Participant
0 Kudos

Hi,

Thanks for reply. Is that any doc that i can refer for develop using vendor sdk? Any guide for this?

thanks.

Answers (0)