User Manual

Command Summary 47
14.6 Filesystem
Download
Dec
Hex
ASCII
254 48
FE 30
0
v8.0
Downloads complete filesystem containing all fonts and bitmaps stored in the display using the
File Transfer Protocol. A veritable heap of data.
Response
Integer
Size of the filesystem to download.
Byte(s)
Filesystem data to download.
14.7 File
Download
Dec
Hex
ASCII
254 178
FE B2
Type ID
Type ID
Type ID
v8.0
Downloads a single font or bitmap file from the display to the host using the
File Transfer Protocol.
Type
Byte
Variable length, see File Types .
ID
Short
Unique identification number of font or bitmap to download, value between 0 and 1023.
Response
Integer
File size.
Byte(s)
File data.
*Note: ID was changed from a Byte length at firmware revision 8.1
14.8 File
Move
Dec
Hex
ASCII
254 180
FE B4
Old Type Old ID New Type New ID
Old Type Old ID New Type New ID
Old Type Old ID New Type New ID
v8.0
Used to move a single file and/or alter the type of an existing file. Old ID location must be valid and new ID empty.
Old Type
Byte
Original file type, value between 0 and 1023, see File Types .
Old ID
Short
Original unique file identification number, value between 0 and 1023.
New Type
Byte
New file type, see File Types .
New ID
Short
New unique file identification number.
Table 38: File Types
Font
Bitmap
Script
9-Slice
Animation
0
1
2
3
4
*Note: ID was changed from a Byte length at firmware revision 8.1
14.9 XModem
Filesystem
Upload
Dec
Hex
ASCII
254 219 133 6 48
FE DB 85 6 30
à ACK 0
Size Data
Size Data
Size Data
v8.1
Upload a filesystem image to the display using the XModem protocol. The size used is almost always the entire
memory. Filesystem data is uploaded LSB to MSB using the XModem Transfer Protocol.
Size
Integer
Size of the filesystem to upload.
Data
Byte(s)
Filesystem data to upload, must be padded to an even multiple of 256 bytes.