Setting operation mode/dt-9656bcr, Setting operation mode / dt-9656bcr – Casio IT-2000W User Manual

Page 228

Advertising
background image

228

Setting Operation Mode / DT-9656BCR

Overview

On the OBR various settings, as listed below, can be made through command transmission.

For a list of actual commands refer to the Command List on page 229.

1. Readability of code

2. Adding a readable code

3. Data transfer SYNTAX

4. Condition for the least significant digits

5. Specifying the buzzer activation mode

6. Specifying the LED ON mode

7. Read mode

8. Read time

9. Mark/base of barcode

10. Redundant read

11. Use of Length CODE

12. Specifying write to EEPROM

Transmission of Command

Commands must be transmitted using the OBR-Send function.

Example: To specify "Read all codes"

OBR_Send ("A0");

Writing Set Values to EEPROM

The OBR is provided with a function to write the current setting values to EEPROM. To do this,

transmit the 'Z2' command.

If this is not done, other commands that have been transmitted previously to the 'Z2' command will

not be written to EEPROM. As a result, they will be lost when the power is turned off and the

settings specified by these commands will not be valid the next time the power is turned on.

Example: To specify "Read all codes" and write to EEPROM

OBR_Send ("A0");

OBR_Send ("Z2");

Advertising