sudheepsrc
Junior Member level 3
pic 16f877 interface through USART in MICROC and proteus.but have problems that is below plz help meee...
void main() {
// Initialize USART module (8 bit, 2400 baud rate, no parity bit..)
Usart_Init(2400);
do {
if (Usart_Data_Ready()) { // If data is received
// Read the received data
Usart_Write('A'); // Send data via USART
}
} while (1);
}//~!
this code actually for tx letter A but see like this plz help..........
void main() {
// Initialize USART module (8 bit, 2400 baud rate, no parity bit..)
Usart_Init(2400);
do {
if (Usart_Data_Ready()) { // If data is received
// Read the received data
Usart_Write('A'); // Send data via USART
}
} while (1);
}//~!
this code actually for tx letter A but see like this plz help..........