Code | Meaning |
---|---|
LF | Line feed: Any characters following LF which are to be displayed shall be presented as the next line of the message, commencing with the first character position. |
CR | Carriage return: Any characters following CR which are to be displayed shall be presented as the current line of the message, commencing with the first character position. |
SP | Space character. |
b7 b6 b5 b4 b3 b2 b1 αa αb αc αd αe αf αgThe packing of the 7-bit characters in octets is done by completing the octets with zeros on the left. For examples, packing: α
7 6 5 4 3 2 1 0 0 1a 1b 1c 1d 1e 1f 1g
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 0 0 2a 2b 2c 2d 2e 2f
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 3f 3g 2a 2b 2c 2d 2e 2f 0 0 0 3a 3b 3c 3d 3e
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 3f 3g 2a 2b 2c 2d 2e 2f 4e 4f 4g 3a 3b 3c 3d 3e 5d 5e 5f 5g 4a 4b 4c 4d 6c 6d 6e 6f 6g 5a 5b 5c 7b 7c 7d 7e 7f 7g 6a 6b 0 0 0 0 0 0 0 7a
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 3f 3g 2a 2b 2c 2d 2e 2f 4e 4f 4g 3a 3b 3c 3d 3e 5d 5e 5f 5g 4a 4b 4c 4d 6c 6d 6e 6f 6g 5a 5b 5c 7b 7c 7d 7e 7f 7g 6a 6b 8a 8b 8c 8d 8e 8f 8g 7a
b7 b6 b5 b4 b3 b2 b1 αa αb αc αd αe αf αgthe packing of the 7-bit characters in octets is done as follows:
bit number 7 6 5 4 3 2 1 0 octet number 1 2g 1a 1b 1c 1d 1e 1f 1g 2 3f 3g 2a 2b 2c 2d 2e 2f 3 4e 4f 4g 3a 3b 3c 3d 3e 4 5d 5e 5f 5g 4a 4b 4c 4d 5 6c 6d 6e 6f 6g 5a 5b 5c 6 7b 7c 7d 7e 7f 7g 6a 6b 7 8a 8b 8c 8d 8e 8f 8g 7a 8 10g 9a 9b 9c 9d 9e 9f 9g . . 81 93d 93e 93f 93g 92a 92b 92c 92d 82 0 0 0 0 0 93a 93b 93cThe bit number zero is always transmitted first. Therefore, in 82 octets, it is possible to pack (82x8)/7 = 93.7, that is 93 characters. The 5 remaining bits are set to zero as stated above.
b7 b6 b5 b4 b3 b2 b1 αa αb αc αd αe αf αgThe packing of the 7-bit characters in octets is done by completing the octets with zeros on the left. For example, packing: α
7 6 5 4 3 2 1 0 0 1a 1b 1c 1d 1e 1f 1g
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 0 0 2a 2b 2c 2d 2e 2f
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 3f 3g 2a 2b 2c 2d 2e 2f 0 0 0 3a 3b 3c 3d 3e
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 3f 3g 2a 2b 2c 2d 2e 2f 4e 4f 4g 3a 3b 3c 3d 3e 5d 5e 5f 5g 4a 4b 4c 4d 6c 6d 6e 6f 6g 5a 5b 5c 0 0 0 0 0 0 6a 6b
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 3f 3g 2a 2b 2c 2d 2e 2f 4e 4f 4g 3a 3b 3c 3d 3e 5d 5e 5f 5g 4a 4b 4c 4d 6c 6d 6e 6f 6g 5a 5b 5c 7b 7c 7d 7e 7f 7g 6a 6b 0 0 0 1 1 0 1 7a
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 3f 3g 2a 2b 2c 2d 2e 2f 4e 4f 4g 3a 3b 3c 3d 3e 5d 5e 5f 5g 4a 4b 4c 4d 6c 6d 6e 6f 6g 5a 5b 5c 7b 7c 7d 7e 7f 7g 6a 6b 8a 8b 8c 8d 8e 8f 8g 7a
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 3f 3g 2a 2b 2c 2d 2e 2f 4e 4f 4g 3a 3b 3c 3d 3e 5d 5e 5f 5g 4a 4b 4c 4d 6c 6d 6e 6f 6g 5a 5b 5c 7b 7c 7d 7e 7f 7g 6a 6b 8a 8b 8c 8d 8e 8f 8g 7a 0 9a 9b 9c 9d 9e 9f 9g
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 3f 3g 2a 2b 2c 2d 2e 2f 4e 4f 4g 3a 3b 3c 3d 3e 5d 5e 5f 5g 4a 4b 4c 4d 6c 6d 6e 6f 6g 5a 5b 5c 7b 7c 7d 7e 7f 7g 6a 6b 8a 8b 8c 8d 8e 8f 8g 7a 10g 9a 9b 9c 9d 9e 9f 9g 11f 11g 10a 10b 10c 10d 10e 10f 12e 12f 12g 11a 11b 11c 11d 11e 13d 13e 13f 13g 12a 12b 12c 12d 14c 14d 14e 14f 14g 13a 13b 13c 15b 15c 15d 15e 15f 15g 14a 14b 0 0 0 1 1 0 1 15a
7 6 5 4 3 2 1 0 2g 1a 1b 1c 1d 1e 1f 1g 3f 3g 2a 2b 2c 2d 2e 2f 4e 4f 4g 3a 3b 3c 3d 3e 5d 5e 5f 5g 4a 4b 4c 4d 6c 6d 6e 6f 6g 5a 5b 5c 7b 7c 7d 7e 7f 7g 6a 6b 8a 8b 8c 8d 8e 8f 8g 7a 10g 9a 9b 9c 9d 9e 9f 9g 11f 11g 10a 10b 10c 10d 10e 10f 12e 12f 12g 11a 11b 11c 11d 11e 13d 13e 13f 13g 12a 12b 12c 12d 14c 14d 14e 14f 14g 13a 13b 13c 15b 15c 15d 15e 15f 15g 14a 14b 16a 16b 16c 16d 16e 16f 16g 15a