I have a serial touch tft which sends the value to my arduino in this format/
Aa/packet header
4e/command
00 80 00 00/variable adress
02 25 /variable value
Cc 33 c3 3c/packet tail
......
How can i get the variable value to reuse it the sketch
Please help.
I can see the response by serial print incoming code
From softserial.