Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read barcode from ASP.NET? [closed]

I'm not sure, is this possible or not? I want to scan barcode from within ASP.NET website. Anyone know how to do this?

like image 778
Anonymous Avatar asked Jan 18 '23 18:01

Anonymous


1 Answers

You would need a scanner and the relevant software to interact with the scanner. Most hand held scanners simply output the text into whatever field is in focus, so this could be Notepad, Word, or even a textbox in your app.

Best approach is to find a scanner that suits your needs and then look into the Driver software it provides.

like image 134
LiamB Avatar answered Jan 25 '23 13:01

LiamB