Asynchronous and Synchronous

Authors Avatar

Ricki Lambert

Communications Technology

Task 4

Bits and Bytes

A bit is a singular digit represented by a binary number.

A character is represented in computing terms but a code called ASCII

There are 7 bits to an ASCII number

With parity bit added there are 8 bits, parity is added to aid in error detection.

8 bits is equal to a byte.

   

   1                                                                                1

    0                                                                              

This diagram represents an 8 bit binary number (1byte). The step represents a 1 and the flat part represents nothing. This number would then look like this, 100000001. In ASCII this represents the character A.

Packet Structure

Instead of sending singular characters it is possible to send many in one go, this is called a packet. For example we use the ASCII code to represent a sentence and this may take up to 50 characters. When sent in the form of a packet we must split the packet up, this is done by using control characters. The control characters are;

Join now!

SYN = Synchronise

STX = Start of text

ETX = End of text

Above is an example of a packet structure used with Asynchronous sending.

Bit and Baud Rate

When the term bit rate is used, it means the amount of bits per second that are sent. A single character is to be sent for example, the character is ASCII code is made of 7 digits and a parity bit and this is called the useful data. The standard speed for transmission sending is 8bits a second.

...

This is a preview of the whole essay