Sample 1: | <STX>L<CR> |
| 121100001000100<STX>TBCD GHI PQ, TU<CR> |
| E<CR> |
Sample 1 will print SUN DEC 21, 98 on a label.
Sample 2: | <STX>L<CR> |
| 191100100100010<STX>TEF/PQ<CR> |
| E<CR> |
Sample 2 will print 12/21 on a label.
Sample 3: | <STX>L<CR> |
| 191100100100010ABC <STX>TEF/PQ<STX> DEF<CR> |
| E<CR> |
Sample 3 will print ABC 12/21 DEF on a label. (This illustrates a method of embedding the time string. The string must be terminated by an <STX>.)
56 |