Hi Members,
Is there any option to limit checking for Hex string
I have low limit 30303030 (Hex) and High Limit 3F3F3F3F (HEX) my measured value should fall in between this limits.
these are the CAN response Data, Converted 8 byte array to hex string. Similarly I have many test cases where the hex string length(CAN Response Array) is varying
Can anyone suggest the method for the above requirement.