Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My application searching in Database Sql Server By Barcode with vb.net >> it`s OK !

But the customer use A tablet as Panasonic working with Windows as operating system which has inside it a scanner barcode , You need to press button to fire barcode scanner and display or scan from it , this is an option, this make the user very late.

What I have tried:

<pre>

How can I display or scan barcode automatically without pressing on any Key on tablet?

How can I control in this barcode scanner by timer tool to scan automatically?
Posted
Updated 4-Jan-22 7:33am
Comments
[no name] 4-Jan-22 11:42am    
Sounds like you're using a "low volume" device in a high volume environment, and should be using a proper "bar code reader" versus a tablet (that can read bar codes).
Alaa Eldmasy 4-Jan-22 12:48pm    
The problem is not that it reads the barcode (it does), but the problem is that every time the button has to be pressed in order for the barcode lens to work.
thanx
[no name] 4-Jan-22 17:52pm    
The scanners I used always had a trigger; unless it was a "supermarket" scanner, but they still "prompt" with a delay; you can't scan wildly.
0x01AA 4-Jan-22 11:58am    
You need to investigate whether that integrated scanner can be controlled by an API (which I guess is be most probably the case)
Alaa Eldmasy 4-Jan-22 12:50pm    
Yes, I think this is what is required, but how is it done? ... I do not know

1 solution

To control the scanner by your software the scanner need to be accessible by an API. Whether such an API is supported you need to ask the supplier of that tablet.

And for such an API you need to contact the tablet supplier directly.

Sorry that this is not realy a big help, but it is like it is.
 
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