Hi guys..
Have anyone of you got experiences in developing Java application with Bar-code reader?
if you have please post a example or a link
thank you guys for your time.:cool:
Printable View
Hi guys..
Have anyone of you got experiences in developing Java application with Bar-code reader?
if you have please post a example or a link
thank you guys for your time.:cool:
I am not sure if I understand you correctly. But if you will use barcode scanner simply set the focus to a JTextField before the user scan the barcode
- I have not try it to java, but I think it will be the same..
The question has nothing whatsoever to do with Database, which is the subject of this forum.
Moving to New to Java.
db
Most barcode readers do all the decoding internally, and then pass a serial ascii string back. The ones I have used work like keyboards in that you set your insertion point somewhere, scan, and beep, the text comes flooding in. So, it really has nothing to do with java, its a self contained device.
We you perhaps talking about building a software based barcode reader?