本帖最后由 神秘の宅叔 于 2020-2-11 17:38 编辑
Data Display:Used to display numeric information. It uses fixed-point integer values.
Data Input:Opens a keyboard for numeric values input. It uses fixed-point integer values.
3 demoes of different resolutions in the attachment for reference.
Examples of serial communication instructions:
Write the value 101 in VP 0x0001
0x5A 0xA5 0x05 0x82 0x0001 0x0065,"10.1" will be displayed on the screen.(because the Number of digits to the right of the decimal separator sets 1.)
Write the red hexadecimal code "0xF800" in SP address 0x0x103
0x5A 0xA5 0x05 0x82 0x0103 0xF800,The color of the data variable displays red.
|