|
<< Click to Display Table of Contents >>
Send Commands |
N1 |
0 (zero) |
N2 |
Not used, leave it in 0 (zero) |
N3 |
Not used, leave it in 0 (zero) |
N4 |
Not used, leave it in 0 (zero) |
This Tag is for general use and it sends, via communication interface, the whole content in the Value property. A printer receives all characters in the Value property and executes the corresponding functions. Please check the printer's manual for all available commands.
The type of the Value property of this Tag is String and the content of this property is interpreted as ASCII characters. To send hexadecimal codes, such as non-printable characters, write these characters between brackets, with a maximum of 2 (two) numbers in hexadecimal base per code. To print a bracket character in a message, repeat that character, such as "[[" or "]]". Next, there are some examples of using this Tag.
•Write a text in triple-line mode 5×7 on a 16×24 matrix
[1B][81][0B][1B][81][01]VSIIYNDSTETEOERJMNESAT T I O N A L[0D]
•Write a text in double-line mode 5×7 / 10×16 on a 16×24 matrix
[1B][81][0B][1B][81][02]VSIDYEOSJETTE M S [0D]
•Write a text in double-line mode 10×16 / 5×7 on a 16×24 matrix
[1B][81][0B][1B][81][03]SVIYDESOJTETE M S [0D]