Fill out the following C program to transfer serially the letter
‘Z’ continuously at a 2400 baud rate.
#include <reg51.h>
void main (void ){
TMOD = ______;
TH1 = ______;
________;
TR1 = 1;
while (1){
__________;
while ( !TI );
_________;
}
}
Thankyou!
Fill out the following C program to transfer serially the letter ‘Z’ continuously at a 2400 baud rate. #include
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Fill out the following C program to transfer serially the letter ‘Z’ continuously at a 2400 baud rate. #include
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!