09-11-2017 11:29 AM
neunited wrote:
Even parity check resultant is coming out as B, but actually it should be 0B. So I thought the "00" would do the trick but unfortunately it still comes out as B at the moment. This is important because the hex of B is 42 and hec of 0B is 3042.
On the Number To Hexidecimal String, there is an input for the width of the string output. Set that to 2.
09-11-2017 11:40 AM
Spot on! Thank you