Reputation: 15
Please educate me on barcode scanners. Is it true that when you scan a barcode, the barcode scanner will automatically pass data to your program, so if there is a textbox, when you scan it, the barcode will be parsed into that textbox without any code or certain references? This is all new to me. I'm currently developing a POS system in C#.
Upvotes: 0
Views: 741
Reputation: 83
That depends on which barcode scanner you use, 99% of all scanners can be configured to act as a keyboard and then you can write input directly into a text field without any code if that is in focus.
Upvotes: 1