ryusgnal
Advanced Member level 4
mikroc watchdog timer function
I wrote this program using Mikroelektronika MikroC compiler for PIC16F877A. The problem is, it keep repeating sending 'J' Character to USART terminal although there is no looping command. how to stop that and send just one 'J' character to USART terminal? Help plzzz....
Here is the code:
void main()
{
Usart_Init(9600);
Usart_Write('J');
}
I wrote this program using Mikroelektronika MikroC compiler for PIC16F877A. The problem is, it keep repeating sending 'J' Character to USART terminal although there is no looping command. how to stop that and send just one 'J' character to USART terminal? Help plzzz....
Here is the code:
void main()
{
Usart_Init(9600);
Usart_Write('J');
}