jithesh Posted November 4, 2008 Report Share Posted November 4, 2008 Hi , I'm new to Labview and knows few basic things on it.I need to develop a labview driver for a bar code reader(MS9520 Voyager® and MS9540 VoyagerCG®). In their site they had provided windows drivers(http://www.metrologic.com/northamerica/products/pos/MS9520/), from this which one i need to install and how to develop a labview driver using that. I only want is to get the bar code readings to VI from the scanner. Thanks in advance... Quote Link to comment
ned Posted November 4, 2008 Report Share Posted November 4, 2008 QUOTE (jithesh @ Nov 3 2008, 09:16 AM) Hi , I'm new to Labview and knows few basic things on it.I need to develop a labview driver for a bar code reader(MS9520 Voyager® and MS9540 VoyagerCG®).In their site they had provided windows drivers(http://www.metrologic.com/northamerica/products/pos/MS9520/), from this which one i need to install and how to develop a labview driver using that. I only want is to get the bar code readings to VI from the scanner. Thanks in advance... I haven't used this particular barcode reader, but it appears (according to the manual) that like most barcode readers this one can act as a keyboard or a serial device. No special driver is necessary. You can either use the keyboard emulation and read the barcode directly into a string control, or set it to serial mode and use LabVIEW's VISA commands to read from the serial port. Quote Link to comment
jithesh Posted November 5, 2008 Author Report Share Posted November 5, 2008 @ned Thanks for your quick response... Quote Link to comment
Minh Pham Posted November 5, 2008 Report Share Posted November 5, 2008 QUOTE (jithesh @ Nov 4 2008, 03:17 PM) @nedThanks for your quick response... one quick question....I'm connecting this bar code scanner to my USB port of PC.So wheteher this keyboard emulation can read the data from USB....? i cant see any reason why not. As long as you set the string control to has its focus b4 you scan, you would be able to receive result without doing anything else in LV. you dont need to build anything if it is just get data from the scanner. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.