Share on Facebook Share on Twitter Email
Answers.com

End-of-transmission character

 

(End Of Transmission) A character that signals the end of the current transmission.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: End-of-transmission character
Top

In telecommunication, an end-of-transmission character (EOT) is a transmission control character used to indicate the conclusion of a transmission that may have included one or more texts and any associated message headings.[1]

An EOT is often used to initiate other functions, such as releasing circuits, disconnecting terminals, or placing receive terminals in a standby condition.[1] In Unix-like systems, the character is used to signal an end-of-file when typing at a terminal or terminal emulator (the equivalent to the DOS control-Z).[citation needed]

In Unicode, the hexadecimal code number is 0x04. It can be referred to as control-D, ^D in the caret notation.[citation needed]

Demonstration in Unix-based operating systems

The 'End of Transmission' meaning of the control-D character can be shown with the cat program on Unix-based operating systems such as Linux.

Run the cat command with no arguments, so that it accepts its input from your keyboard and prints output to your screen. Type a few characters without pressing Enter, then type control-D to indicate End of Transmission. The characters you have typed to that point are sent to cat, which then writes them to the screen. If you type control-D without typing any characters first, you terminate the input stream and the program ends.

See also

References



 
 

 

Copyrights:

Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2009 Computer Language Company Inc.  All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "End-of-transmission character" Read more