LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to pull data from a keyboard attached bar code reader, labview basic verison 8

Does anyone know how to pull the data sent by a keyboard attached bar code scanner using labview basic, version 8?  I tried using the aquire input data function, however the data that it gives doesn't seem correct, and it also only seems to give one value out of the whole bar code.  Any suggestions?
Thanks
Mike
0 Kudos
Message 1 of 2
(2,421 Views)
You don't need anything more than a string control. A bar code scanner when used as a keyboard wedge, acts just like when you type something into the control with the keyboard. Make sure that the string control has focus and scan something.
0 Kudos
Message 2 of 2
(2,420 Views)