Converts packed hexadecimal data to character data.
| Category: | Character |
specifies the number of bytes in the input.
| Default | 2 |
| Range | 1–32767 |
X'F', regardless of its actual
value.
input @1 devaddr $phex2.;
|
Data Line 1
|
Result
|
|---|---|
0001111000001111 |
1E0 |
| 1The data line represents two bytes of actual binary data, Each half-byte corresponds to a single hexadecimal character. The equivalent hexadecimal representation for the data line is 1E0F. | |