HOME

TheInfoList



OR:

End-of-Transmission-Block (ETB) is a communications
control character In computing and telecommunication, a control character or non-printing character (NPC) is a code point (a number) in a character set, that does not represent a written symbol. They are used as in-band signaling to cause effects other than the ...
used to indicate the end of a block of data for communications purposes. ETB is used for segmenting data into blocks when the block structure is not necessarily related to the processing function. In
ASCII ASCII ( ), abbreviated from American Standard Code for Information Interchange, is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices. Because ...
, ETB is code point 23 (0x17, or in
caret notation Caret notation is a notation for control characters in ASCII. The notation assigns to control-code 1, sequentially through the alphabet to assigned to control-code 26 (0x1A). For the control-codes outside of the range 1–26, the ...
) in the C0 control code set. In
EBCDIC Extended Binary Coded Decimal Interchange Code (EBCDIC; ) is an eight- bit character encoding used mainly on IBM mainframe and IBM midrange computer operating systems. It descended from the code used with punched cards and the corresponding ...
, ETB is code point 0x26.


References

*Nichols A., Nichols et al.: ''Data Communications for Microcomputers'' (1982) ASCII Control characters {{Compu-stub