Integrating barcode scanner into asp.net applicati

2019-09-21 19:58发布

问题:

We have been developing web application in asp.net. We need barcode scanner to be integrated into our application. As i know scanner can acts as a key board, can you please tell the method to integrate barcode scanner into this asp.net web based application?

回答1:

It's just a web page. Make sure the textbox you want the result in has focus right away, and just use the barcode scanner like a keyboard.

You should be able to configure the scanner so it also "presses enter" which will allow your form to be submitted.

This is one piece of hardware they tended to get right - nothing fancy required.