EasyManua.ls Logo

NCR 7197 - User Data Storage Commands

NCR 7197
280 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 6: Commands 7197 Owner’s Guide
February 2002
162
User Data Storage Commands
Write to User Data Storage
ASCII:
ESC ‘ m a0 a1 a2 d1 ... dm
Hexadecimal:
1B 27 m a0 a1 a2 d1 ... dm
Decimal:
27 39 m a0 a1 a2 d1 ... dm
Value of m:
0 – 255
Writes m bytes of data to the User Data Storage Flash Page at the address specified. The
printer waits for m bytes of data following the 3-byte address, addr.
If any of the memory locations addressed by this command are not currently erased, the
command is not executed.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H27) & Chr$(&H5) & Chr$(&H0) &
Chr$(&H0) & Chr$(&H0) & "Hello"
The above command writes the word ‘Hello’ to the User Data Storage Flash Page.
Read from User Data Storage
ASCII:
ESC 4 m a0 a1 a2
Hexadecimal:
1B 34 m a0 a1 a2
Decimal:
27 52 m a0 a1 a2
Value of m:
0 – 255
Reads m bytes of data from the User Data Storage Flash Page at the address specified.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H34) & Chr$(&H5) & Chr$(&H0) &
Chr$(&H0) & Chr$(&H0)

Table of Contents

Other manuals for NCR 7197

Related product manuals