EasyManua.ls Logo

Stone STWI070WT-01 - Page 8

Stone STWI070WT-01
26 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
STWI070WT-01 Equipment Manual
Release 05/2021 www.stoneitech.com
8
Introduction
1.6 Operation Processing
Only 3 steps to operate our TFT-LCD Module:
Build a new project by STONE GUI Design Software.
Connect with customer’s MCU through RS232,RS422,RS485,TTL directly, Plug & Play.
Write a simple program for MCU to control the TFT-LCD Module via Instruction Sets.
The communication protocol is built with 2 parts:
1Initiative Instruction - JSON Code (MCUTFT-LCD Module)
Frame header instruction code widget type widget name data Frame tail
ST< {"cmd_code":"set_value","type":"label","widget":"label2","value":5} >ET
2Passive Instruction - HEX Code (TFT-LCD ModuleMCU)
Frame header CMD LEN DATA Frame tail CRC16
53 54 3C 10 62 00 09 6C 61 62 65 6C 3F A1 47 AE 3E 45 54 6C 8B
More information, please refer to the document of Instruction Sets.