Click here to Skip to main content
15,895,538 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to write an application which can retrieve the data from QR scanner. This system is suppose to developed in C# & I want to get the relevant data from QR codes to C# application as a text.

Appreciate if anyone can help me on this

Thank You in advance
Posted
Updated 24-Oct-13 1:15am
v2
Comments
Richard MacCutchan 24-Oct-13 7:16am    
Get a QR scanner and read the documentation that comes with it.

1 solution

That's what most scanners do, convert barcodes to text, every scanner I've used acts like a keyboard wedge, all can certainly be set to do that. Have NotePad up and in focus, scan a barcode and it should print out.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900