171 views
2 votes
2 votes

How many 8 bit characters can be transmitted per second over 9600 baud serial communication link using a parity synchronous mode of transfer with 1  start bit and 8 data bits , 2 bits and one parity bit

SOLUTION :

total bits for one char = 1+8+2+1 =12

1 char =12 bits

1 sec =9600 bits

9600 / 12 = 800 char

WHAT IF THE QUESTION WAS - 9600 baud parallel communication link

how would the solution be

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
abhishekmehta4u asked Aug 3, 2018
219 views
0 votes
0 votes
0 answers
3
abhishekmehta4u asked Jul 24, 2018
1,001 views
A typical vertical micro instruction format is characterized by
0 votes
0 votes
1 answer
4
mohitbawankar asked Nov 22, 2017
914 views
Consider a system with instruction set that uses a fixed 19 bits instruction length and length of address is 8 bits. There are 6 two address instructions and ‘K’ one ...