D028868 CR1500 CR1100 CR2700 JavaScript Programming Guide User Manual Page 8 of 41
The Code Corporation
12393 South Gateway Park Place, Suite 600, Draper, UT 84020
+1 (801) 495-2200
FAX +1 (801) 495-0280
Unit of measure: Suffix to name, separated from name by underscore, using correct case when it’s
significant, e.g., offset_pixels, width_mm, power_mW, powerRatio_dB
Related Documents
Code readers are controlled by a large set of configuration settings that define the behavior of the reader. These
settings are described in Code document D027153 (CR8200 CR950 CR1500 CR1100 CR2700 CRA-A271
Configuration Control Document). Please familiarize yourself with the use of these configuration settings.
Note: Please visit Code’s website at: https://www.codecorp.com/ to obtain CR8200 CR950 CR1500 CR1100
CR2700 CRA-A271 Configuration Control Document from the Documentation section of the product.
Related Utilities
USB Virtual Com Driver: A software driver that creates a virtual COM port for a USB-cabled reader. This driver
enables the reader to be used by a computer program that requires input from a serial device, while being
connected to a USB port.
CortexTools2: Provides host access to all Code reader functionality, including file transfer between host and
reader. Valid communication modes are USB Downloader, USB Virtual Com, and RS232.
These utilities are available at: https://ww2.codecorp.com/downloads.php
JavaScript Resources
While you will not need to be a JavaScript expert, some JavaScript knowledge is required to use Rules, based on
this document. This document is not a JavaScript manual. While there are a number of books on JavaScript
programming, the following sources provide JavaScript reference books and online documents you may find
useful:
JavaScript: The Definitive Guide
by David Flanagan
JavaScript, A Beginner's Guide, Third Edition (Beginner's Guide)
by John Pollock
JavaScript Demystified (Demystified)
by James Keogh.
JavaScript (TM) in 10 Simple Steps or Less
by Arman Danesh
http://www.w3schools.com/jsref/default.asp
http://javascript.internet.com/
http://www.javascript.com/
Regular Expression Resources
You will not need to be a Regular Expression expert, but some Regular Expression knowledge is required to use
Rules, based on this document. This document is not a Regular Expression manual. While there are a number of
books on Regular Expression use, the following sources provide Regular Expression reference books and online
documents you may find useful: