Hi,
in a small .net c# app I read the usb output of a barcode scanner with LibUsbDotNet http://libusbdotnet.sourceforge.net/V2/Index.html . The problem is that I don't know how to convert the output into something I can read. The scanner is set to output a return after each barcode, so I need for example to detect that. The output is, I think, in groups of 8 bit bytes. It can be installed as a keyboard input. So what do i have to do with the scanner output to turn it into something readble?