Introduction to Data Communications | ||
---|---|---|
Previous | 22b. ASCII - American Standard Code for Information Interchange | Next |
Format effectors
Format effectors control the movement of the cursor on the screen and the print head in a printer. The format effectors are:
BS | Backspace |
HT | Horizontal Tab |
LF | Line Feed |
CR | Carriage Return |
FF | Form Feed |
VT | Vertical Tab |
Communication Controls
Communication Controls are used in controlling data transmission over a communication network. They are used in both Asynchronous and Synchronous Transmissions. They are used in "handshaking".
STX | Start of Text |
ETX | End of Text |
EOT | End of Transmission |
ENQ | End of Inquiry |
ACK | Acknowledge |
NAK | Negative Acknowledge |
EXT | Interrupt |
SYN | Synchronous idle |
ETB | End of Block |
EOF | End of File |
Information Separators
Information separators are used to separate database enquiries and files:
FS | File Separator (in a PC - used as cursor R, L, U, D) |
GS | Group Separator |
RS | Record Separator |
US | Unit Separator |
Introduction to Data Communications | ||
---|---|---|
Previous | Table of Contents | Next |