![NKK SWITCHES IS-Dev Kit-8 Скачать руководство пользователя страница 16](http://html1.mh-extra.com/html/nkk-switches/is-dev-kit-8/is-dev-kit-8_user-manual_1697353016.webp)
IS-Dev Kit-8 User Manual
7850 East Gelding Drive • Scottsdale, AZ 85260-3420
IS-Dev Kit 8 Users Manual A.doc
Page 16 of 31
Toll Free
1.877.2BUYNKK (877.228.9655)
•
Phone
480.991.0942
• Fax
480.998.1435
www.nkkswitches.com
1209
Command to display image at the requested address
This command displays an image at the requested address on the OLED display. The timer and operations are
stopped.
command format:
2DH
55H [address]
transmit format:
(xxH) (xxH) (xxAH)
[address] is two bytes with value of 0001H to FFFFH sent as ASCII HEX format.
Example: 2D 51 30303445 displays the image stored at address 004EH. The attribute block of the address
004EH will be used.
Command to update the display
This command resends the picture from current address to the OLED Rocker. The controller transmits back
61H to the host.
command format:
2CH
transmit format:
(xxH)
Command to query controller for mode, controller, and firmware version
This command queries the controller for the mode as set by the Mode Select Switch, the controller name, and
the firmware version installed.
command format:
26H
52H
58H
transmit format:
(xxH) (xxH) (xxH)
Example: The command is sent. The controller responds with the following:
61H
[mode]
[controller name]
[version]
79H
61
33
43 4C 30 31
12
79
[mode] one byte. 33H indicating OLED switch mode or 34H indicating OLED display mode.
[controller name] 4 bytes. 43H 4CH 30H 31H (CL04)
[version] one byte. 11H (version 1.1)