I'm developing a software which requires the access of barcode.

I'm using the Motorola SDK, using C#.

I have set the scanner as IBM-HAND-HELD instead of HID-keyboard-Emulation.

But the problem is if I scan the barcode the 'BarcodeEvent' never fires. Even their source code wont work. But the compiled version of the source code (exe) works fine.

Any idea would help me a lot. I'm using Visual Studio 2008

link|improve this question
1  
Can you post the relevant code? – Robert Harvey Jan 10 at 17:06
Are you using the Motorola Symbol SDK or another one? – Josh C. Jan 10 at 17:22
Are you debugging the events in Visual Studio? Did you register BARCODE_EVENTS in Scanner SDK? Do you have a barcode event handler? – Tharindu SR Jan 11 at 7:29
feedback

migrated from superuser.com Jan 10 at 17:03

This question came from our site for computer enthusiasts and power users.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown