Help in C# and barcode scanner programming

H

Thread Starter

Hung

I have a barcode scanner but i dont know how to read information from it to my application (in C#). Can anyone help me in this problem? if have an example code, please talk it to me, thanks you very much.
 
Yeah! I know ur problem.

what type of comminication cable Your barcode reader use?
1. P/S 2: take it easy like a small keyboard
2. RS - 232: No problem - plug it to Comport and used hyperterminal to track the data from it.

data can be import through the comport and used MSComm control to read it.
 
Was wondering if you got more information on how to go about this problem. Have been looking for a solution to the same problem.
 
Hello pple,

I'm yet another one whose looking for help on how to read data from a barcode reader using C++. If any1 has any info pliz mail me.

Thanks in advance

Bondfire
[email protected]
 
First did u configured the Scanner... for Keyboard -Wedge

Second - Just capture the Keboard Events
Keypress and KeyDown
 
Top