reading barcode card scanners output

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ibnarab
    New Member
    • Jul 2014
    • 4

    reading barcode card scanners output

    Hi,

    I searched a lot for this topic but there weren't any direct solution for this problem.

    How can I get scanned barcodes from the barcode card scanner as a result to use it in c# database.

    the platform is xp,7,8 and net framework 4
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    if the barcode reader has a RS232 serial interface you can use the Visual Studio C# SerialPort component to read the transmitted data from the COM port.

    Comment

    Working...