|
发表于 2022-3-2 10:24:00
|
显示全部楼层
Each "Data ariable"box can only store and show 1 data( 2-digit number,tens' digit,or hundreds' digit,etc).
Yes,the"Variable input"can input data into the "Data ariable"box,also,u can just send Communication command through the Serial Terminal
for example:
Dwin Standard communication protocol command: 5A A5 05 82 1000 0002
5A A5 start of frame
05 length of frame
82 data write(if it is 83,that means read )
1000 VP
0002 data (in hexadecimal)
As you can see,the "return key code"has its value that can be set,the Working principle is : once the "return key code"botton is clicked,
the value u have set will put into the VP,then clear it .You can just input data into the VP of the "return key code"by the command just mentioned,
sending in the data equal to the value, in that case,you can trigger the "return key code" without touching it. |
|