Zebra Plastic Card Printers.

Zebra Plastic Card Printers come in a variety of styles and price ranges, including single-sided printers, dual sided printers, and security printers

Healthy Solutions for Healthcare.

The healthcare industry benefits from barcoding. Barcoding enhances patient safety and operational efficiency.

Seagull Scientific Products

Seagull Scientific BarTender is an industry-leading label design and barcode software. Seagull Scientific also develops true Windows printer drivers for bar code and thermal printers.

MC 9190G

The Ability To Satisfy Your Company Software Requirements.

Wireless Broadband

The unrivalled Motorola portfolio of Point-to-Point (PTP), Point-to-Multipoint (PMP), and Mesh Wide Area Network (MWAN), WLAN and VoWLAN solutions make governments, enterprises, and service providers more agile by helping them deploy voice, video, and data applications right where they need them.

Showing posts with label AIDC. Show all posts
Showing posts with label AIDC. Show all posts

Tuesday, 24 April 2012

How to use Microvision ROV Bluetooth Barcode Scanner

Dealing with a Microvision ROV barcode scanner can be quite tricky. Of course, the device is scanning bar-codes immediately. But the data is sent in a special format and requires a confirmation by the receiver. That's the reason for this blog entry.

By default the ROV scanner (in our case a MS2200-BT) buffers all scanned bar codes internally. The receiver (e.g. your PC or smartphone) is required to confirm each received bar code to delete it from the ROV's memory. If such a confirmation is missing the ROV scanner sends the same bar code over and over.

The ROV scanner appends a 4 digit serialization number to each scanned bar-code. This serialization number is sent (along with the barcode data) to the receiver. The receiving device is required to acknowledge the bar-code by sending back the serialization number along with an appended ACK character (hex 06) to the ROV scanner.

Now let's demonstrate how to configure TEC-IT's software wedge TWedge to work with a Microvision ROV scanner.

Use a Microvision ROV Scanner With TWedge

TWedge is a software solution for reading data from RS232, USB (via virtual serial ports), TCP/IP and Bluetooth devices. The built-in scripting capabilities enable you to process the received data (e.g. send the data to any application by simulating keystrokes) or to implement the confirmation scenario outlined above.

Use this JavaScript snippet for the OnData section in the script editor of TWedge (you may also download the TWI).

TWedge OnData Script for Microvision ROV MS2200-BT

var myData;
var SerializationNumber;

myData = DATA.replace (/\x02/g, "");        // remove {STX}
myData = myData.replace (/\x0D\x0A/g, "");  // remove {CRLF}

// Microvision's documentation says the following:
//
// The serialization number are represented by the last four digits of the bar code.
// Send the serialization number with an ACK (hex 06) character to the
// scanner to acknowledge and delete the bar code. If the scanner has bar
// codes buffered then it sends the first stored bar code, deletes that
// bar code after it is acknowledged, and then sends the next stored bar
// code. This process continues until all bar codes have been sent.
SerializationNumber = Right (myData, 4);
WriteToDevice (SerializationNumber + "\x06", 500);  

// Prepare the read data to simulate keystrokes (remove Serialization Number)
myData = Left (myData, myData.length - 4);

SendKeyStrokes(myData.replace (/\x00/g, " "));
SendKeyStrokes("{ENTER}");

Give it a try!

Download and check out the software wedge TWedge for free. The finished configuration file (TWI file) for this blog post is available here.

Comments and suggestions regarding this article are welcome. Please feel free to contact us via MSN or email if you are facing any problems.

Update

The post How to use a Microvision ROV bar-code scanner with Android explains how to configure the scanner to work without serial numbers, buffering or special protocol requirements.

About TEC-IT

WWW.TEC-IT.COM
TEC-IT Datenverarbeitung GmbH provides high quality software in the areas of bar-coding, barcode extensions for ERP systems, label and form printing, reporting and automated data acquisition. TEC-IT products are available for all major platforms, thus customers benefit from complete and versatile software solutions for all possible requirements. The company is located in Austria / Europe and can be reached via www.tec-it.com.
All trademarks are the property of their respective owners.

Wednesday, 31 March 2010

TCP and Bluetooth Reader for Android™


TEC-IT joined the Android™ Community!

TEC-IT (http://www.tec-it.com) published GetBlue - its first free App for Android smartphones!

GetBlue is a smart application which communicates with Bluetooth and TCP/IP devices. The user is able to connect to arbitrary Bluetooth devices supporting the Serial Port Profile (SPP), receive and display device data immediately and finally to send manually entered data or control commands to the device. In addition to Bluetooth SPP GetBlue supports connectivity via TCP sockets.

We encourage you to give it a try! GetBlue is completely free and is intended as debugging/testing tool for Android users. When browsing the Android Market with your handset just search for the term GetBlue!

The screen-shot shows barcode data scanned with a Bluetooth barcode scanner paired with a Google G1. GetBlue is available for Android 1.5, 1.6, 2.0 or higher. It was tested with Google G1 and Motorola Milestone/Motorola Droid. For more information get in touch with us - visit www.tec-it.com.

UPDATE 09/04/2010:
We just released an update with the following new features:
- Save to File (save received device data to an arbitrary text file)
- Copy to Clipboard
- No more demo dialogs, this version of GetBlue is completely unlimited (and still free).

Saturday, 6 March 2010

New Mobile Data Acquisition Software from TEC-IT

Press Release

TEC-IT Datenverarbeitung GmbH (www.tec-it.com) released the new version of its data acquisition software for mobile devices.

The new release of TWedgeCE simplifies mobile data acquisition significantly. This software wedge provides application-independent data collection and data logging features for mobile devices. Once installed and configured, TWedgeCE captures data from arbitrary devices like bar code scanners, readers, RF-ID transponders and ID tags, electronic meters and sensors, balances, scales, weights, gauges and many more.

TWedgeCE forwards the captured device data automatically to target applications by simulating keystrokes. This mobile software wedge extends standard applications like Office Mobile, browser based front-ends and any other system with flexible and affordable data acquisition functionality. There is no need to modify the target applications.

Guenter Kriegl, the CEO of TEC-IT, emphasizes the strengths of TWedgeCE: „The new release of the mobile software wedge offers better interface support. The integration of native Bluetooth and the TCP/UDP server capabilities ensure reliable device connectivity. Besides simple configuration and easy deployment that is exactly what our customers are looking for.“

The new version of TWedgeCE offers unmatched communication capabilities. It collects data from serial (RS232, RS485), USB, TCP/IP, UDP and Bluetooth devices. Network connections may be operated in server- or in client mode. In addition, virtual COM port drivers are no longer required for Bluetooth devices.

On demand, TWedgeCE can be configured to restore lost connections automatically, to send I-am-alive packets, to suppress duplicate data packets and to modify the captured data by applying transformation rules. Numerous automation functions are available: TWedgeCE selects the required input field in the target application automatically, activates or starts applications on demand or simulate function keys based on the captured data.

Programming knowledge is not required for using this software tool. TWedgeCE is installed and configured easily. The complete configuration of TWedgeCE is stored in plain text files; this makes deployment to a large number of mobile devices extremely simple.

The current version of this keyboard software wedge can be downloaded from TEC-IT's Website. TWedgeCE is available for Microsoft Windows CE, Pocket PC, Windows Mobile and Symbol PPT 8800. Other platforms are available on request.

Monday, 15 February 2010

New: Videos For Data Acquisition Software

TEC-IT announces the availability of the first product videos for the data acquisition software TWedge.

What is TWedge?
TWedge extends arbitrary databases and applications with flexible real-time data collection. Modifications of the target systems are not required! Use this software wedge with RS232, serial, Bluetooth, USB and TCP/IP interfaces. Captured data is forwarded immediately to databases, applications and ERP systems like SAP R/3. Choose between direct ODBC database access, file access or keystroke simulation (keyboard wedge).

In the first video the usage of the software wedge TWedge is explained.

The second video shows how to use the scripting features of TWedge. The scripting features enable you to modify the device data, to communicate with devices in a bi-directional way, to configure hot-key and timer-based functions and to perform basic user-interactions.

More information about TEC-IT products you will find on our youtube channel TECITSoftware.

Tuesday, 2 February 2010

Serial (RS232), TCP/IP, USB and Bluetooth Software Wedge

The service release V2.4 of TWedge (software wedge, keyboard wedge, Bluetooth wedge, TCP wedge) is now available for download. In version 2.4 an issue with failed TCP/IP and Bluetooth connections was fixed.

Check it out! Download Software Wedge.

Wednesday, 11 November 2009

TWedge V2.3 Release Candidate

TWedgeV23RCWe are announcing the new version of the data acquisition software / software wedge TWedge.
TWedge is smart middleware which connects to arbitrary devices via RS232 (COM port), Bluetooth (native!) and TCP/IP. The received data is either simulated as keystrokes, stored in a file or saved directly into an ODBC database.

Improvements

  • 0-byte awareness
    Previous versions clipped received or transmitted data after an 0x00 in the data stream.
  • HEX data display
    Incoming data can be displayed as HEX string for better debugging
  • Silent mode
    Device data display can now be turned off

Release Candidate Download

Download data acquisition software TWedge (MSI setup file for Windows). 

Friday, 24 April 2009

Software Wedge: TWedge V2.1 RC

Based on user-feedback a new service release of the data acquisition software TWedge is announced. TWedge V2.1 installs and runs on all current Windows-based operating systems (32 bit and 64 bit).


V2.1 introduces:
  • User Input Functionality: The new function 'InputBox' allows a user to enter data in real-time (validation is optional).
  • Clipboard Access Functions: The clipboard functions "CopyToClipboard" and "GetFromClipboard" were introduced. These functions are useful for larger amounts of data, where a simulation of keystrokes is not feasible or too slow.
  • Multiple Control Strings: Now it is possible to send a combination of key constants and modifier keys using the '+' character' (e.g.: "{CTRL+f}" or "{CTRL+SHIFT+h}"). Multiple modifier keys can be now processed through multiple control string.
  • Improved User Interface (GUI): Toolbar and application icons were redesigned.


TWedge V2.1 was released on 04-29-2009. More details are available here: Barcode Software Wedge TWedge V2.1


Readers of this blog can download the release candidate here: Software Wedge TWedge V2.1.