beautypg.com

TransAct Technologies ITHERM 280 User Manual

Page 153

background image

iTherm

®

280 Programmer’s Guide

Programming Codes

28-07764

Rev C

Page 151

Initializing the Electronic Journal
Once the electronic journal is partitioned, it can be initialized. Initializing the electronic
journal sets the password and formats the flash to accept journal entries. Each entry
may be any length up to 8K. Entries greater than 8K are truncated. Entries will be added
to the electronic journal until it is full. If the electronic journal is full, entries will be lost.
The [ENQ]<25> command can be used to query the state of the electronic journal.

Electronic Journal Configuration and Reporting Commands

Function

Initialize and Set Password

ASCII

[ESC][GS]I<0>

Hexadecimal 1BH 1DH 49H <0x00>
Decimal

<27> <29><73> <0>

IPCL

&%EI&

EPOS

Description This command initializes the electronic journal and sets the password that

allows the electronic journal to be erased. The password may be up to 14
characters and may contain any alphanumeric characters.

Note: The electronic journal can not be deleted without this password.

Function

Erase the Electronic Journal

ASCII

[ESC][GS]E<0>

Hexadecimal 1BH 1DH 45H <0x00>
Decimal

<27> <29><50> <0>

IPCL

&%EC&

EPOS

Description This command erases all of the electronic journal. The password was set

using the [ESC][GS]I command.

Note: The electronic journal can not be deleted without this password.