TransAct Technologies ITHERM 280 User Manual
Page 234

Programming Codes
iTherm
®
280 Programmer’s Guide
Page 232
Rev C
28-07764
Column one
d1
dy
+1
...
...
....
d2
dy
+2
....
....
....
....
....
....
dy
PRINT #1, CHR$(29),CHR$(45),
REM Enter the GS command
PRINT #1, ”MY IMAGE”,CHR$(0);
REM Define the image name
PRINT #1, CHR$(1),CHR$(1);
REM Image size (8 x 8 bits)
PRINT #1, CHR$(255),CHR$(255),CHR$(255),CHR$(255);
REM Send 8 bytes of image
PRINT #1, CHR$(255),CHR$(255),CHR$(255),CHR$(255)
REM data
⇐
d(x
×
y
×
8)
d
n
MSB
LSB
→