
27 90 54 3 13 1 0 0 1 22 49 50 51 52 53 54 55 56 57 48 49 50 51
Expected Result (not to scale):
Example: The following escape commands encode the data “1234567890123” in RSS14 Stacked Omnidirectional Linear type. Due to space limitation CR LF are not shown
Escape Sequence:
<ESC> ‘z’ ‘6’ <EOT> <EOT> <SOH> <NUL> <NUL> <SYN> ‘1’ ‘2’ ‘3’ ‘4’ ‘5’ ‘6’ ‘7’ ‘8’ ‘9’ ‘0’ ‘1’ ‘2’ ‘3’
Hexadecimal :
1b | 5a | 36 | 4 | 0d | 1 | 0 | 0 | 1 | 16 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 30 | 31 | 32 | 33 |
Decimal:
27 90 54 4 13 1 0 0 1 22 49 50 51 52 53 54 55 56 57 48 49 50 51
Expected Result (not to scale):
Example: The following escape commands encode the data “1234567890123” in RSS Limited Linear type. Due to space limitation CR LF are not shown
Escape Sequence:
<ESC> ‘z’ ‘6’ <ENQ> <EOT> <SOH> <NUL> <NUL> <SYN> ‘1’ ‘2’ ‘3’ ‘4’ ‘5’ ‘6’ ‘7’ ‘8’ ‘9’ ‘0’ ‘1’ ‘2’ ‘3’
Hexadecimal :
1b | 5a | 36 | 5 | 0d | 1 | 0 | 0 | 1 | 16 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 30 | 31 | 32 | 33 |
Decimal:
27 90 54 5 13 1 0 0 1 22 49 50 51 52 53 54 55 56 57 48 49 50 51
Expected Result (not to scale):
Example: The following escape commands encode the data
Escape Sequence:
<ESC> ‘z’ ‘6’ <ACK> <SO> <SOH> <NUL> <NUL> <SOH> <SYN> ‘D’ ‘A’ ‘T’ ‘A’ ‘M’ ‘A’ ‘X’
Hexadecimal :
1b | 5a | 36 | 6 | 0e | 1 | 0 | 0 | 1 | 16 | 44 | 41 | 54 | 41 | 4d | 41 | 58 | 2d | 4f | 27 | 4e | 45 | 49 | 4c |
Decimal:
27 90 54 6 14 1 0 0 1 22 68 65 84 65 77 65 88 45 79 39 78 69 73 76
18