I am trying to write a CAPL script to compare diagnostic DID response to panel text value.
How can I access second byte of a diagresponse.
Hi,
I am trying to write a CAPL script to compare diagnostic DID response to panel text value.
How can I access second byte of a diagresponse.
For ex : diagGetComplexParameter(Resp_F121,”Logical_Block_0_Part_Number”, 0, “Logical_Block_0_Part_Number”);
Resp_F121 is the DID response for F121. But I want to read the second byte value of the DID, which I am unable to, I can read the first byte by the above function.
The response of the DID is as below:enter image description here
I am trying to extract the highlighted data
Nivedita Penugonda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.