Trisha Shetty (Editor)

End of Text character

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The End-of-Text character (ETX) (hex value of 0x03, often displayed as ^C) is an ASCII control character used to inform the receiving computer that the end of the data stream has been reached. This may or may not be an indication that all of the data has been received.

It is often used as a "break" character (Control-C) to interrupt a program or process. In TOPS-20, it was used to gain the system's attention before logging in.

It is often used in conjunction with Start of Text (STX) and Data Link Escape (DLE) e.g. to distinguish frames in the Data link layer.

mIRC uses ETX as the color character escape character.

References

End-of-Text character Wikipedia