LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Has anyone interfaced labview with a wireless handheld data terminal with barcode scanner?

I need to use this device to prompt a user to perform tasks during a test sequence and also display dynamic data such as current analog readings, etc. This handheld terminal communicates with a wireless base unit on a RS232 port. Surely someone has done this before and can offer some help to get started! The terminal that I am using is made by SunMax (RF2900L) with barcode scanner.
0 Kudos
Message 1 of 2
(2,803 Views)
First, configure the scanner using the barcodes offered by the manufacturer. This includes setting up the baudrate, data/stop bits, etc, symbology (ie. code 39), pre/postamble, etc..

You can experiment with your barcode scanner using HyperTerminal if you are running Windows.

Now, at one stage in the test, you want the operator to scan a barcode to trigger an event. You can place the serial (VISA) communication within a while loop to wait until there is an event from the barcode scanner. You should have a timeout condition (in case the operator forgets to scan or the scanner does not work, etc..).

But first, you need to experiment with the scanner and be able to read the data (ie HyperTerminal).

The rest is Labview code customized to your needs..
.

-JLV-
Message 2 of 2
(2,803 Views)