Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm doing a .NET application run on Windows 7 which requires an additional wireless barcode scanner. I'm having some questions as below:

1) How does the scanner communicate with my application ? Does the scanner have an API library for us to do programming and does it support .net ?

2) Is there any scanner support wifi connection. Would you please recommend me one ?

Thanks for your help.

share|improve this question
3  
Unless you specify which scanner you intend to use, nobody can help you. If you're looking for suggestions on a scanner to use, you're in the wrong place. – PhonicUK Oct 4 '12 at 8:37

closed as not a real question by CodeCaster, Cyrille, PaulG, Sergey K., A.H. Oct 6 '12 at 10:03

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Usually the barcode scanner is recognized by windows as a standard input device, and basically acts like a keyborad.

So for example if You have a notepad one, and cursor placed inside, what would happen when You scan the code, would be NO different from that if You enter the text by keyboard.

Of cource, as PhonicUK mentioned, depends on the scanner

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.