Adding scaner funtionality to C# application
-
I have a Cobra LS 1900 bar code scanner that I would like to add in to a C# application. But I have no idea how to do this. The scanner I have connect to the keyboard connection and keyboard is connected to the scanner basically it’s a Y cable. If any one gives some direction which way I should go Greatly Appreciated!! Thanks so much CJ
-
I have a Cobra LS 1900 bar code scanner that I would like to add in to a C# application. But I have no idea how to do this. The scanner I have connect to the keyboard connection and keyboard is connected to the scanner basically it’s a Y cable. If any one gives some direction which way I should go Greatly Appreciated!! Thanks so much CJ
See .NET TWAIN image scanner[^] here on CodeProject.
-----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----
-
I have a Cobra LS 1900 bar code scanner that I would like to add in to a C# application. But I have no idea how to do this. The scanner I have connect to the keyboard connection and keyboard is connected to the scanner basically it’s a Y cable. If any one gives some direction which way I should go Greatly Appreciated!! Thanks so much CJ
I am writing a POS for our school's bookstore and am using a keybaord wedge scanner as you described. In my case I was able to plug the scanner in and read codes right out of the box. I was worried about how I would access it so I thought to try the simplest solution first. I created a simple form with a text box and label. When the text box had focus I scanned a bar code and the numbers (under the bar code) appeared in the text box. Give it a try it may work like mine did right out of the box.