![NKK SWITCHES IS-Dev Kit-8 Скачать руководство пользователя страница 20](http://html1.mh-extra.com/html/nkk-switches/is-dev-kit-8/is-dev-kit-8_user-manual_1697353020.webp)
IS-Dev Kit-8 User Manual
7850 East Gelding Drive • Scottsdale, AZ 85260-3420
IS-Dev Kit 8 Users Manual A.doc
Page 20 of 31
Toll Free
1.877.2BUYNKK (877.228.9655)
•
Phone
480.991.0942
• Fax
480.998.1435
www.nkkswitches.com
1209
Example: The command is sent. The controller responds with the following:
61H [address]
[setup data]
79H
61
0000
55 00 00 01 00 01 00 10 79
[address] is two bytes with value of 0001H to FFFFH sent as ASCII HEX format.
[setup data] is ten bytes in HEX
.
Command to download an image
This command downloads an image from the host to the EEPROM location.
command format:
28H
55H [address]
[image data]
transmit format:
(xxH) (xxH) (xxAH)
(xxAH)
[address] is two bytes with value of 0001H to FFFFH sent as ASCII HEX format.
[image] is 768 bytes transmitted in ASCII HEX format.
An image is handled as a block of 768 bytes. Each pixel requires one bit with eight pixels to a byte.
Byte
Description
1-12
First line of image
13-24
Second line of image
•
•
•
745-756
63th line of image
757-768
64th line of image
Command to upload an image
This command uploads an image from the microSD location to the host.
command format:
29H
55H [address]
transmit format:
(xxH) (xxH) (xxAH)
[address] is two bytes with value of 0001H to FFFFH sent as ASCII HEX format.
The controller transmits back the image (768 bytes) in HEX format.
Command to download attribute block
This command downloads an attribute block from the host to the EEPROM location.
command format:
2AH
55H [address]
[attribute block]
transmit format:
(xxH) (xxH) (xxAH)
(xxAH)