The OPL9712 is a wireless 1D terminal scanner, with bluetooth. It runs a low-level firmware, typically called the "OS", and on top of that runs an application, which essentially drives the behavior of the device and exposes a simple user interface on the OPL9712's LCD screen. The application can be customized in order to change the behavior of the OPL9278, using Opticon's C-Library Kit and the Toshiba C Compiler. This allows end-users to create custom applications modeled around their barcode-driven processes, making the OPL9712 a simple and flexible solution for many business needs. The only bluetooth profile supported is SPP.
The OPL9712 is used in combination with a cradle (typically CRD9723) in order to charge the OPL9712's removable battery, transfer data serially to a host (using plain ASCII, XModem, or Opticon's NetO), and load new OS revisions and applications (using Opticon's Appload). Other types of cradles exist, including a dialup modem cradle and a GSM cradle, which OPL9712 applications can utilize with Opticon's TCP/IP Library.
==Downloading Data All of Opticon's Demo Applications for the OPL9712 support downloading of data through Opticon's proprietary protocol called NetO (Net-Oh). As with all communications there are two sides. In this case these are the terminal (the OPL9712) and the host (usually a PC). This section covers setting up and using such a communication channel.
To use NetO communications on a PC you need an application called NetO32. This can be downloaded from the Downloads table above on this page. Simply run the installer after download is complete and follow the setup instructions here.
NetO32 is now in 'Polling' mode. Note that you should see the yellow light on the cradle blinking steadily. This means it will sit here indefinitely sending queries to the cradle and waiting for the right response to start a download. Multiple downloads can all be done without ever closing NetO32. When you are done using NetO32 simply select 'Protocol' > 'Stop' and NetO32 will discontinue polling mode. The application can then be closed.
Batch mode scanning has the device send and receive data in files. It does not require the device to maintain a Bluetooth connection while scanning barcodes. It can be a little more complicated, however. The following sections will guide you through the initial setup of the OPL-9724 in Batch Mode. We recommend that you use the device with NetO32 to properly control the flow of barcode data off the device. However, if you would like to combine Batch Mode with OpticonRL, Opticon's software wedge, the final section will explain how to do so.
Clearing the Bluetooth Address - From Main screen, navigate to 'System Menu'->Bluetooth->'Clear BT Addr'. (Navigate up or down by pressing the '1' or '2' buttons, and select options by pressing the center key.) Choose 'Yes' when prompted. Next, navigate from here to 'Master/Slave'. Select Slave when prompted. Now, back out one Menu level and Select the 'Protocol' option. Select 'Interface'. Select 'NetO'.
Now your OPL-9712 is set up to connect and transmit data over the NetO protocol.
Scan your barcodes.
When you are ready to transmit your scanned barcode data, navigate to 'Send Data' from the main menu.
The device will prompt you to input a Bluetooth address for your computer. Set your computer to Discoverable mode and select the 'Discovery' option to search for your computer by name. The discovery process will take a few minutes. When it is done you will be presented with a list of discoverable Bluetooth devices. Select your computer from the list.
Next, choose a PIN code. To input your pin code use button 'Q2' to cycle through different numbers and letters, and button 'Q1' to move between different positions. You will need to input this code into your computer in a later step, so choose something memorable.
When you are finished inputting your PIN code and you have confirmed it, the scanner will attempt to pair with the computer.
Windows will inform you that the OPL-9712 is attempting to pair. Follow the instructions from Windows, and enter the PIN code you selected earlier when prompted. After a few seconds the device will be paired.
Now, open up NetO32. Select 'Tools'->'Options'.
Set these settings on the RS232 page:
Set these settings on the Download page:
Choose 'OK' to store the changes and back out to the main window.
From the main window, select 'File'->'Save As...' to save your settings to a file. NetO32 does not automatically store your settings between sessions, so you will have to 'Open' your settings from the same menu each time you start up NetO32.
Now, select 'Protocol'->'Start'. If your COM port selection and other settings are correct the OPL-9712 should sound a tone. If the baud rate and IRDA device settings are correct, the OPL-9712 will transmit the data and then close the connection.
You can now open up the 'SCANDATA' file in the download location you selected earlier.
After you have followed the pairing instructions from above, subsequent transmissions are much simpler.
Your data file will download in a few seconds.
When using OpticonRL, there are a few settings that need to be changed from the above instructions.
Using Real Mode with OpticonRL is largely the same as using Batch Mode. There are a few different settings that need to be set, and the behavior of the device will be different. If you are trying to use the device to scan and send barcode data in real time then this is the best option. The following sections will guide you through the initial out-of-box setup for Real-time Scanning Mode on the OPL-9712.
The device will prompt you to input a Bluetooth address for your computer. Set your computer to Discoverable mode and select the 'Discovery' option to search for your computer by name. The discovery process will take a few minutes. When it is done you will be presented with a list of discoverable Bluetooth devices. Select your computer from the list.
Next, choose a PIN code. To input your pin code use button '2' to cycle through different numbers and letters, and button '1' to move between different positions. You will need to input this code into your computer in a later step, so choose something memorable.
When you are finished inputting your PIN code and you have confirmed it, the scanner will attempt to pair with the computer.
Windows will inform you that the OPL-9712 is attempting to pair. Follow the instructions from Windows, and enter the PIN code you selected earlier when prompted. After a few seconds the device will be paired.
From here, open up OpticonRL. Select 'Settings', and then the COM port for the OPL-9712. From the menu that pops out, select 'Toggle On/Off'. You can now scan barcodes with your OPL-9712. The barcode data will be placed wherever you have your cursor on the computer.
After the OPL-9712 has been paired with the PC, its use is relatively simple. Each time you wish to use the device, select 'Scan labels' from the main menu of the device, and wait for the 'Waiting Host Connection...'. On the computer, open up OpticonRL and select 'Settings', then the COM port from before, then 'Toggle On/Off'. The devices will connect back up and you can scan barcodes with the OPL-9712 as normal.
What programming languages can I use to develop embedded applications for the OPL9712?
What functions are available to me when developing my embedded application?
How do I compile my application?
How do I load my application onto the OPL9712?
How do I load a new OS (firmware) onto the OPL9712?
Is there a debugger to debug my application?
How do I get the saved scan data off the OPL9712?
How do I delete saved scan data (files) on the OPL9712?
How can I use Universal Menu Book commands to change the behavior of my OPL?
systemsetting("6P");
The OPL9712 is basically a mini computer. As such it has an Operating System and runs Applications (one at a time, loding one application erases the previous one). The process for loading either the OS or an Application file is the same for both and so the instructions for either are combined here. Opticon always provides updates to the OS (see the Downloads table at the bottom of the page). Opticon also provides free Applications for use on the OPL9712 though it is also common for independent software vendors or resellers to develop their own software for use on the OPL9712 (this is especially true if the company also provides PC side software). Applications made by Opticon are available at the Downloads table at the bottom of the page (with the exception of software made custom by contract which is provided in other ways to the purchaser). Applications made by a third party must be retrieved from said party.
You will need a few files to update your OPL9712. All of these files can be found in the Downloads table at the bottom of the page.
It is likely that you are using your OPL9712 in conjunction with the cradle CRD-9723. For instructions setting this up including installing Drivers see here.
Appload is a PC application that we use to load firmware on most of Opticon's devices. Once it is installed (by running the installer found in the Downloads table at the bottom of the page) it will launch automatically. Change the options 'Settings' > 'Port' to match the COM port of either the USB or RS232 interface (whichever was used). You may also need to change 'Settings' > 'IrDA Adapter/cradle type' to be 'Not Installed'.
Now that the cradle is configured, Appload is installed and configured you need to simply place the unit on the cradle then select 'File' > 'Download' from the Appload menu and browse to the firmware file you wish to load. Note that if you must upgrade the OS as well as an Application you will need to follow this step twice.
Notice |
The downloading and use of any Opticon software implies consent with Opticon's End User License Agreement. |
Document | Description | Download |
---|---|---|
User Manual: Application LFBP0511 | This is the User Manual for the behavior of the device while it is running the USA Standard Demo (pre-loaded from our warehouse on all OPL9712 units). | Download |
Universal Menu Book | This document contains all of Opticon's standard configuration barcodes. The ability to configure the OPL9712 terminal with this commands manual is application dependent (not supported on any of the Standard Demos). | Download |
Software | Description | Download |
---|---|---|
Appload | Appload is Opticon's multi-purpose utility for installing firmware onto devices such as the OPL9712. Currently Windows only. | Download |
NetO32 | NetO32 is an application that is used to download data from a few of Opticon's devices. Data is downloaded in whole file format exactly as it is stored on the device it is being uploaded from. | Download |
Firmware: OS | This is the latest Operating System firmware file for the OPL9712. | Download |
Firmware: Application - USA Standard Demo | This is the standard application running on all OPL9712s from our warehouse. It supports a large variety of barcode symbologies (which ones are configurable). Data is stored as a database including the barcode data scanned, the number of times that barcode has been scanned (with optional user quantity input) and the date and time the last entry was updated). Note that when data is viewed on the PC there is significant white space after the barcode data before you will see the quantity and time stamp information due to the nature of the database schema. It would be necessary to scroll to the right to see this extra information. | Download |
Firmware: Application - USA Standard Demo Variant | This standard demo differs from the standard only in the way data is stored on the unit. Rather than barcode data, quantity and time stamps stored as a database this variant stores only the barcode data scanned in the order it was scanned. | Download |
Firmware: Application - USA Standard Demo Variant | This standard demo differs from the standard only in the way data is stored on the unit. Rather than barcode data, quantity and time stamps stored as a database this variant stores only the barcode data scanned in the order it was scanned but also includes the date and time stamps of each scan. | Download |
Firmware: Application - EU Standard Demo | Similar to the USA standard demo this version differs primarily in the default transmission settings (raw ASCII transmission and 19200 baudrate) | Download |
Firmware: Application - Viewer | This small application simply allows the scanning of any supported barcode with the ability to view the encoded data on the screen. Changing options via Universal Menu Book commands is supported. | Download |
Firmware: Application - Eraser | This tiny application serves simply as a utility to remove any data files that may exist on a unit. | Download |
Platform | Description | Download |
---|---|---|
All In One Installer Package | USB-to-serial drivers installer package for both 32 and 64 bit versions of Windows XP (32 bit only), Vista, and 7. This package contains two drivers. The first driver is for the OPN-200x as well as many of Opticon's other products. The second driver is for Opticon's cradles and a few other products. You can choose any of the drivers to install on the first screen of the installer program. | Download |