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 Bluetooth. Show all posts
Showing posts with label Bluetooth. Show all posts

Thursday, 28 February 2013

Inventory Management and Stocktaking with Android


+TEC-IT published the new release of Rapid Inventory, the smart and efficient Android app for inventory control and stocktaking.

It's Smooth 

Rapid Inventory was optimized for fast, smooth and simple operation on smart phones and tablets. Item lists are build and managed in no time at all. SKU or item bar codes can be scanned with the built in camera or with external Bluetooth bar code scanners. Especially the integrated Bluetooth scanner support makes this app the ideal solution for business and industrial application areas.

Items may be labelled with any number of custom tags. This new feature allows users to organize and group items into categories while still maintaining a single item database. Items can be imported from or exported to external databases. Google Drive online spreadsheets, CSV (Microsoft Excel) and XML files are supported.
Rapid Inventory for Spare Part Management
Using an external Bluetooth Barcode-Scanner with Rapid Inventory

Release Highlights

  • Labels
    Tag items with an arbitrary number of custom labels.
  • Item Filter
    Filter the item list by assigned labels.
  • Quantity Management
    Item quantities can be incremented and decremented by any amount.
  • Import/Export
    Improved import and export support for CSV, XML and Google Drive.
  • Scanner Support
    Barcode scanning with with external Bluetooth scanners or the built-in camera scanner.

Available Versions

Rapid Inventory is available on Google play for free (for up to 100 items), as business version (manages up to 500 items) and finally as completely unlimited Enterprise version. Single licenses for the app can be purchased directly using Google play; discounted volume licenses are available exclusively from TEC-IT.

Give it a try!

About TEC-IT

+TEC-IT Datenverarbeitung GmbH provides high quality software in the areas of automated data acquisition and data collection, bar-coding, barcode extensions for ERP systems, label and form printing, report generators and output management. 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.

Thursday, 4 October 2012

NEW: Cost-Saving Bluetooth Barcode-Scanner App

Wireless Barcode-Scanner

TEC-IT is proud to publish a new Android app named Wireless Barcode Scanner. It is used as simple and cost-saving alternative to handheld Bluetooth barcode scanners.

Scanned bar-codes are sent via Bluetooth to the connected PC
Wireless Barcode Scanner scans bar-codes with the built-in camera and transmits the data immediately via Bluetooth™ to your PC or Mac. Linear and 2-D codes are supported.

Additional software is not required. The scanned bar codes are available immediately via a virtual serial port (COM or RS232 port) on your computer using standard tools.

Features

  • Wireless Barcode Scanner is extremely easy to setup and use. Just pair your computer with your Android and scan bar-codes remotely. That's it.
  • The app detects and decodes common linear and 2D bar-codes fast and reliable.
  • Wireless Barcode Scanner is able to scan bar-codes in single-shot or batch mode. In single-shot mode barcodes are scanned one by one, in batch-mode the app scans barcodes automatically until interrupted by the user.
  • No data loss! The app logs all scanned barcodes locally on the device for later (re-)sending.
  • The Bluetooth connection state or failed bar-code scans are signaled to the user immediately.
  • Wireless Barcode Scanner works as Bluetooth Master (supporting SPP - Serial Port Profile). Once paired with the computer, the barcode data can be read with standard software tools from a so-called virtual serial port (RS232 or COM-port).
  • The app is available for enterprise licensing (no Google Play account required). Contact TEC-IT for details.
  • Last but not least, Wireless Barcode Scanner supports adjustable barcode prefixes, barcode suffixes and decoder character sets.

User Manual

In order to use your Android as Bluetooth barcode scanner you need to perform the steps listed below. This guide is valid for PC users, a short manual for Mac users is available in the Help menu of the app itself.
  1. On your Android: Activate Bluetooth
  2. Make your Android discoverable so it's visible to all nearby Bluetooth devices (see Android Settings)
  3. Start Wireless Barcode Scanner
  4. On your PC: Click Add a device (see Control Panel)
  5. Wait a few seconds until your Android was discovered by the PC
  6. Follow the instructions to pair the devices
  7. To find out the assigned COM port number right click on the device in Devices and Printers, select Properties, switch to the Services tab and look for an entry named Serial port (SPP) BlueScanner
  8. Use your preferred program to capture the serial data, TEC-IT recommends the keyboard wedge software TWedge for professional data collection tasks.
Please note: If Wireless Barcode Scanner was not started on your Android before pairing, the service Serial Port (SPP) BlueScanner remains unchecked and no COM port number will be assigned to the Bluetooth connection. In this case check the SPP-service and close the dialog with OK. Then retry step 7 above.

Download

QR-Code Scanning
Use Google Play to install the free demo or to purchase the full version. For those without access to Google Play, the application package (APK) can be downloaded from TEC-IT's website.

Feedback

TEC-IT appreciates product feedback and enhancement requests from users. Please contact us via email or comment this blog post.

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.

Thursday, 7 July 2011

NEW: Use Android for Data Acquisition with PCs or MACs

New Version!

As of today the new version of GetBlue, an Android app for automated data aquisition, is available.

GetBlue collects device data in the background and forwards captured data to adjustable destinations. The following devices and interfaces are supported in V2.8:

  • Bluetooth SPP (server and client mode),
  • TCP/IP sockets (server and client mode),
  • HTTP,
  • 3rd party camera scanners like the app Barcode Scanner from ZXing
Captured device data can be displayed, saved, uploaded or forwarded to
  • adjustable target devices or target applications (PCs with Microsoft Windows, MAC computers, Google Docs spreadsheets, other Bluetooth devices, web applications, ...),
  • files on the SD card,
  • or injected into 3rd party applications (software wedge mode).

Highlights of the new Version:

  • Bluetooth server support
    Previous GetBlue versions worked exclusively in Bluetooth client mode. Client mode is required to connect to other Bluetooth servers like a Bluetooth barcode scanner. The new Bluetooth server mode can now be used for establishing PC connections: Data captured or scanned with the Android device can automatically sent to a PC for further processing. Server mode is supported for TCP/IP connections as well.
  • Licensing without Android Market
    For users without access to Android Market or for bulk-licensing requirements GetBlue can now be licensed by manually installing license certificates. In order to use this feature you need to download GetBlue from tec-it.com and contact TEC-IT for a certificate (price on request). Please note that the version available on Android Market does not support manual licensing.
  • Transparent Proxy
    As mentioned above GetBlue works as transparent proxy between devices and/or protocols. Data from a Bluetooth device can be forwarded via TCP/IP or HTTP. This behavior is freely adjustable by means of data-source and data-sink configuration.

Give it a try!

Download GetBlue from Android market or from TEC-IT.COM. TEC-IT supports this app, in case of questions, problems or feature requests just get in touch with us!

About TEC-IT

About TEC-IT
TEC-IT Datenverarbeitung GmbH provides high quality software in the areas of automated data acquisition and data collection, bar-coding, barcode extensions for ERP systems, label and form printing and report generator software. 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.

Tuesday, 11 January 2011

BluePiano: A New Android Bluetooth Input Method

BluePiano Bluetooth Input Method for Android
The input method BluePiano extends Android with Bluetooth data acquisition.

This new input method provides a Bluetooth-enabled soft-keyboard. This soft-keyboard captures Bluetooth data and forwards the received data to input fields of arbitrary apps. The data appears as entered by the user (watch the video on YouTube).

BluePiano is typically used for barcode scanning with external Bluetooth barcode-scanners or for generic data acquisition tasks (e.g. to capture raw external GPS or medical device data). English, German, French, Russian and Swedish keyboard layouts are available.

BluePiano is easy to use and provides you with connectivity feedback in the notification bar. For backup purposes BluePiano is also able to scan barcodes using camera barcode scanners (using the built-in or an external camera scanner app).

BluePiano works with all Bluetooth SPP devices (Bluetooth devices supporting the Serial Port Profile, RFCOMM). Special Android-enabled bar code scanners are NOT required. HID devices are not supported.

Video Tutorial


Installation

Download and install BluePiano from Android Market (see market://search?q=pname:com.tecit.android.bluepiano.demo). After installation a wizard guides you through the following steps:
BluePiano Logo
  1. Activate Bluetooth
    See also: Android Settings – Wireless & networks.
  2. Discover your Bluetooth device
    Please note that the Bluetooth device must be “discoverable”. See also: Android Settings – Wireless & networks – Bluetooth settings.
  3. Pair your handset with your Bluetooth device.
    You need to enter the pairing PIN on your handset. See also: Android Settings – Wireless & networks – Bluetooth settings.
  4. Adjust the Bluetooth device as input device for BluePiano.
    All data received from this input device will be transformed and treated like any other manual input. You may also long tap the ?123 key on the BluePiano keyboard and then invoke Bluetooth Device Manager.
  5. Enable the input method BluePiano
    In order to use the new soft-keyboard you need to enable it in Android Settings. Confirm the security question. See also Android Settings -- Language & keyboard.
  6. Activate the input method
    Do this by long-tapping on any text field of any app. In the upcoming menu select Input Method and check the BluePiano input method. Use the same method to activate your default keyboard again.
  7. Finished!
    Now read a barcode with the external Bluetooth device (e.g. barcode scanner). As soon as the data is received by BluePiano it is entered into the current edit field. As an alternative you may press the barcode key on the BluePiano keyboard: The built-in camera scanner is invoked, the barcode is decoded and the data is entered automatically into the active edit field.

BluePiano Settings - Manual

Configure BluePiano using the installed wizard or navigate to Android Settings -- Language & keyboard and then select BluePiano.

As an alternative you may long-press on the ?123 key of the BluePiano keyboard. In the upcoming option menu select the required function.









Keyboard Options 

BluePiano Settings
  • Data Prefix
    Use the placeholders ${ENTER},${TAB}, ${BACKSPACE}, ${DOWN},${UP}, ${LEFT} and ${RIGHT} to control the cursor or input focus before the captured data is inserted into the input field of the current app. The placeholders specified above can be abbreviated with${E}, ${T}, ${B}, ${D}, ${U}, ${L} and ${R}. A multiplier specified immediately after the placeholder (e.g. ${E5}) instructs BluePiano to simulate the specified key n times (5 times the Enter key in this example).
  • Data Suffix
    Use the same placeholders as above to control the cursor or input focus after captured data was inserted into the input field of the current app.
  • Camera Scanner
    The default setting “Internal Scanner” reads bar-codes using the camera bar-code scanner integrated into BluePiano. If you prefer to select the camera scanner to be used each time, select Always ask. If a specific app is selected, the software always uses exactly this camera scanner app without asking.
  • Search Key Function
    This entry specifies the action when the hardware search key is pressed (this key is usually marked with a magnifier symbol, it is also available on the hardware keyboard): Invoke Camera Scanner opens the camera scanner when this key is pressed (you do not need to activate the soft-keyboard beforehand). In this case the search key acts as hot-key for barcode scanning.
    Choose Do nothing if you do not want to change the default behavior of the standard search key.

Bluetooth Options

BluePiano Settings Part 2
  • Manage Device
    Use this function to adjusted the Bluetooth input device. Keep in mind that the device must be paired before it can be used. See also: Android Settings – Wireless & networks – Bluetooth settings. This function is only enabled if the Bluetooth connection is not suspended.
  • Suspend Connection
    Temporarily disable BluePiano Bluetooth connectivity.
  • Suspend Timeout
    If a Bluetooth device is unavailable for more than the specified number of seconds (e.g. out of range or switched off) it will be suspended. If a device is suspended you can’t capture Bluetooth data with BluePiano. A notification is displayed and you need to re-activate the device manually. The default timeout is 120 seconds (2 minutes).
  • Vibrate on Error
    If activated, your handset vibrates in case of Bluetooth or connection errors.
  • Disaster Recovery
    Some handset models are using buggy Bluetooth stacks (firmware with Bluetooth SPP errors). This SPP bug makes it impossible to connect to a Bluetooth SPP device. If you experience this problem we recommend rebooting your phone, to restart Bluetooth manually or to instruct BluePiano to restart the Bluetooth service automatically. Please note that until now no reliable solution to this problem is available.

General Options

  • User Manual
    Link to this blog-post.
  • YouTube videos
    Link to TEC-IT’s YouTube channel.
  • License Check
    Checks and displays your current license for BluePiano.
  • About
    Displays copyright and credits for 3rd party software.

Feedback Please!

Feedback and feature requests are highly welcome. Just contact TEC-IT.

Wednesday, 29 September 2010

GetBlue Bluetooth SPP Problems: Android Troubleshooting

Bluetooth SPP Data Acquisition

GetBlue is an Android App which captures data from a data-source (Bluetooth SPP, TCP and Camera Scanners) and forwards the collected data to an adjustable data-sink (TCP, HTTP, File, Display, Online Spreadheets provided by Google Docs, GetBlue virtual keyboard). Data collection is done completely in the background.

Bluetooth SPP Connection Problems

Recently some users reported problems when using Bluetooth SPP (Serial Port Profile) devices with GetBlue: A Bluetooth SPP device can be paired without problems but GetBlue is unable to connect to it.

A Possible Solution

In order to avoid the connection problems please do the following in EXACTLY the given order:

a) Disable all GetBlue functions: Set datasink to "None", do NOT use keyboard output and deactivate the GetBlue keyboard in Android settings (required only if previously enabled).
b) Reboot the phone
c) Enable Bluetooth
d) Pair the Bluetooth device with your handset (Android settings)
e) Start GetBlue
f) Adjust datasource - select the device just paired
g) Press start in GetBlue

Background

The reason for this nasty behavior is a buggy Bluetooth implementation in the firmware of the handsets. HTC Desire, HTC Legend, HTC Wildfire, SonyEricson X10, Samsung Galaxy S and possibly more models are affected.
Google G1, G2 and Motorola Milestone work perfectly.

Please let us know your smart-phone model if you are experiencing this bug. We will update the list above accordingly.

Wednesday, 1 September 2010

Barcode Scanner Keyboard for Android

Type Or Scan Barcode Keyboard

Barcode Keyboard - +TEC-IT's new soft-keyboard for Android offers integrated camera scanner support. Using this keyboard you are able to scan barcodes directly into any app, application switching or copy/paste is no longer required.

After the application was installed, this Barcode Keyboard  can be activated in Android Settings -- Language / keyboard.
Once activated you are still able to key-in text manually using the hardware or software-keyboard of your Droid. But whenever you need to enter the data of a barcode (e.g. an EAN or UPC product code, a QR-Code, ...) just press the barcode key or long press the num/alpha modifier. A camera scanner app (choose between the built-in or an external scanner) is opened, the barcode is decoded and the Barcode Keyboard enters the barcode data automatically into the current input field. No manual typing is required.

User Manual

NEW: A complete and updated user manual in German and English is available on TEC-IT's web site!

Enable Barcode Keyboard

After installing Barcode Keyboard from Android Market (Market link: market://search?q=pname:com.tecit.android.barcodekbd.demo) you need to enable the keyboard on your Droid (the keyboard must be activated too, see below!):
  1. Navigate to Android Settings -- Language / keyboard
  2. Check Barcode Keyboard and confirm the security warning

Barcode Keyboard Settings

  • Data Prefix
    Using the placeholders ${ENTER}, ${TAB}, ${BACKSPACE}, ${DOWN}, ${UP}, ${LEFT} and ${RIGHT} you can control the cursor or input focus before the barcode data is inserted into the input field of the current app.
  • Data Suffix
    Use the same placeholders as above to control the cursor or input focus after the barcode data is inserted into the input field of the current app.
  • Camera Scanner
    If you prefer to select the camera scanner to be used each time, select Always ask. If a specific app is selected, the software always uses exactly this camera scanner app without asking.
  • Search Key Function
    This entry specifies the action when the hardware search key is pressed (this key is usually marked with a magnifier symbol, it is also available on the hardware keyboard of a Motorola Droid/Milestone or Google G1): Scan Barcode Now immediately opens the camera scanner when this key is pressed (you do not need to activate the soft-keyboard beforehand). In this case the search key acts as hotkey for barcode scanning.
    Choose Do Nothing if you do not want to change the default behaviour of the standard search key.
Activate the Barcode Keyboard
  1. Open some app which uses a text input field (e.g. Gmail, then Compose a new email).
  2. Long-tap in some input field like To
  3. A menu opens, select Input method
  4. Choose Camera Keyboard

90 Seconds Video Demonstration



Update Available (V1.4 - October 2012)

In addition to numerous other improvements the updated version of the bar code keyboard supports the following keyboard layouts (The layout of the barcode keyboard is automatically adjusted to the system settings):
  • English
  • German
  • French
  • Russian
  • Spanish - new
  • Swedish
In addition the placeholders ${ENTER}, ${TAB}, ${BACKSPACE}, ${DOWN}, ${UP}, ${LEFT} and ${RIGHT} can now be abbreviated with ${E}, ${T}, ${B}, ${D}, ${U}, ${L} and ${R}. You can specify a multiplier immediately after the placeholder (e.g. ${E5}). This instructs the barcode keyboard to simulate the specified key n times (5 times Enter key in the example above).

Your Feedback Please!


Feedback and feature requests are highly welcome. Just contact TEC-IT.

P.S.: +TEC-IT  offers also another Android App named GetBlue. This app provides automated data collection and data entry for all apps. Connects to TCP RFID and Bluetooth SPP barcode scanners!

Monday, 23 August 2010

Video: Android Bluetooth SPP Connectivity for All Apps

TEC-IT released a short video on YouTube which demonstrates the use of the Bluetooth Reader GetBlue.

You will learn how to configure GetBlue in order to be used as Bluetooth software wedge. The Bluetooth barcode scanner must be paired with your Android handset, then it is adjusted as input device for GetBlue. As data-sink (the target application for the scanned data) the GetBlue Keyboard is selected. Using this configuration  it is possible to inject captured barcode scanner data as virtual user input into each application.

See for yourself:



GetBlue acts as "middleware" between hardware and apps. Thus, each (legacy) Bluetooth bar code scanner supporting the serial port profile can be used.

The video quality is satisfying - but far away from perfect. We will produce a HD video with sound in the near future. In the meantime we are awaiting your video comments!

Many thanks!

Video: How to use Bluetooth Barcode Scanners with Android

Tuesday, 29 June 2010

Android Bluetooth Reader, Keyboard Wedge

In the past few months TEC-IT developed an Android App for data acquisition with Bluetooth and TCP. The good feedback of the Android community motivated us to further enhance this app. The result: an universal data acquisition app including keyboard wedge functionality.

The app is named GetBlue. The final version is available as slightly restricted freeware as well as commercial application. Here are the highlights:
  • Android Keyboard Wedge / Virtual Keyboard:
    Captured device data can be entered into any application.
  • Supported Input Devices
  • Bluetooth SPP/RFCOMM, TCP (e.g. RFID controllers), HTTP applications and camera scanners apps like the ZXing Barcode Scanner.
  • Supported Data-Sinks:
    Bluetooth SPP/RFCOMM, plain TCP, HTPP via Get and Post, Google Docs Spreadsheets, File.
  • Data Acquisition Proxy / Data Switchboard:
    Acquired data can be forwarded to any supported data-sink.

Universal Data Acquisition App

Use GetBlue like an universal data switchboard: capture data from a data-source and forward it to an arbitrary data-sink. As an example you can adjust GetBlue to collect data from a Bluetooth barcode scanner and forward this data immediately to a Google Docs spreadsheet (refer to the drawing).

What is a Virtual Keyboard?

A virtual keyboard replaces the standard soft-keyboard of Android. Captured data is always made available to this virtual keyboard. Thus, data acquired from a Bluetooth barcode scanner or an RFID tag can be entered into any application which is accepting user input. This works completely independent from the selected datasource and the target app.

Call for Requests!

The internals of GetBlue are very simply to extend (e.g. new protocols, new devices, ...). Just let us know your requirements. Whenever possible we will provide you with a solution. Leave us a comment or send an email to office@tec-it.com.

Free Trial!

Install GetBlue using Android Market on your handset. Search for GetBlue manually or use this link: market://search?q=pname:com.tecit.datareader.android.getblue.demo.

We are looking forward to hearing from you!

Saturday, 5 June 2010

Automated Data Acquisition for Android - Update

TEC-IT (http://www.tec-it.com) published version 0.7 of the Android data acquisition app GetBlue!


GetBlue captures device data and saves this data directly to a local file, to a Google Spreadsheet or forwards it to adjustable HTTP/TCP data logging servers. Bi-directional communication is supported, server responses as well as manually entered data can be sent to the connected device.


Currently the following devices are supported:
  • Any Bluetooth device supporting the Serial Port Profile (SPP, RFCOMM),
  • Any TCP/IP device (IP-Address/Port combination), 
  • And new in this version: any installed camera barcode scanner (e.g. the ZXing camera barcode scanner, cyrket market  information
Currently GetBlue is available as freeware - the manual data acquisition functions are available unlimited. Automated data acquisition functionality (like uploading captured data to a TCP data logger) are slightly restricted. All data collection parameters are adjustable by the user via the Settings dialog. The data-source,  the target server, various data capturing parameters like time-outs, retries, data packet size, etc. are adjustable.

Android owners are using GetBlue for a variety of functions:
  • Testing app for serial Bluetooth devices
  • Automated data collection
  • Simple TCP debugger
  • Bluetooth tester for Android 1.5/1.6 or higher
TEC-IT continues to enhance and extend the app. Every feedback from users is highly welcome. Check out the current version for yourself: Android Market Link (install it directly from the Android Market using your handset).

Tuesday, 18 May 2010

Mobile Data Acquisition Software Update: TWedgeCE V2.1.0

As from today an service update of our Mobile Data Acquisition Software (Mobile Software Wedge) TWedge V2.1.0 is available for download.

New in TWedgeCE V2.1.0
  • Hot key support
    TWedgeCE now supports hot keys.
  • Automatic screen orientation
    Depending on the screen orientation (portrait or landscape) TWedgeCE will automatically switch to the correct dialog layout.
Download TWedgeCE V2.1.0 Update

Juniper Systems
adds TWedgeCE to its reference list of wedge software.

Tuesday, 27 April 2010

Bluetooth Data Acquisition with Android

UPDATE: Bluetooth/TCP Reader GetBlue for Android™ 

TEC-IT (http://www.tec-it.com) published version 0.5 of GetBlue!

GetBlue is a smart application which communicates with Bluetooth and TCP/IP devices. The new version supports bi-directional device communication. 

In addition to its simple TELNET like functionality, GetBlue captures serial Bluetooth (SPP/RFCOMMor TCP data, displays it in a log window and forwards the collected data to an arbitrary server application. Data forwarding works even in the background or when changing screen orientation. Manually entered user data or server responses are sent then back to the device. 

All important communication parameters are adjustable: GetBlue can easily be configured to capture Bluetooth barcode data and forward it to a web-application via
  • HTTP GET requests
  • HTTP Post requests
  • Plain TCP sockets 
In addition it can be adjusted whether server responses should be sent back to the device. Using these features GetBlue can be configured for automated data acquisition or working as TCP/Bluetooth proxy. Bi-directional communication scenarios like the following are covered with the free demo version:
  1. The Android device captures barcodes with a Bluetooth barcode scanner 
  2. GetBlue forwards the scanned barcodes to your server application
  3. The server responds - for example - with a status code (like data accepted or data not accepted)
  4. GetBlue sends the server-respone back to the barcode scanner

Give it a try - Android Market Link.

Note: The free demo version replaces forwarded data sometimes with a demo text. All other features are completely unrestricted.

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).

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). 

Monday, 12 October 2009

Bluetooth Wedge Software


Want to capture data from Bluetooth devices? Then consider the software wegde TWedge. The latest version of TWedge supports direct Bluetooth connections - without virtual COM ports!

Just select the Bluetooth device of interest in the Interface dialog or enter the Bluetooth address directly (see screenshot). The software wedge TWedge connects to the device automatically and captures all data reliable.

What is the great advantage of direct Bluetooth support? The answer is easy - interrupted Bluetooth connections (e.g. because your bar code scanner is out of range) will be reconnected automatically.

Check out the new version TWedge V2.2: Download the Bluetooth Software Wedge.

Wednesday, 29 April 2009

Barcode and RFID Wedge / Software Wedge: TWedge V2.1

As of today TEC-IT released a new version of the data acquisition software TWedge.

TWedge is a smart data collection tool which is in use as barcode wedge, software wedge, keyboard wedge, serial wedge, scale wedge, etc. Just choose the name you prefer :-).
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.
Product descriptions and downloads are available here: Software Wedge TWedge V2.1.