I am doing on 1 desktop application .
I want to add barcode reading facility in this.
In my app all products would have barcodes in their price tags.
I will use some bar code scanner for scanning.
but i am having no ides about all these.
can anybody give apme sample code or some reference for this?
I am doing on 1 desktop application . I want to add barcode reading
Share
For COM over USB you need the COM port number (look in your device manager), lets say COM15
Using VB.net use the System.IO.Ports.SerialPort class: