Search found 5 matches

by medusa
16 Jul 2009 15:05
Forum: mikroC PRO for PIC General
Topic: Reset the buffer recpecion of the UART
Replies: 1
Views: 1675

Reset the buffer recpecion of the UART

Hi, how I can reset the buffer recpecion of the UART in a pic18f?
by medusa
09 Jul 2009 14:28
Forum: mikroC PRO for PIC General
Topic: Possible UART1_Read_Text Bug ??
Replies: 5
Views: 5417

I am sorry, :roll: thank you very much...
by medusa
08 Jul 2009 21:25
Forum: mikroC PRO for PIC General
Topic: Possible UART1_Read_Text Bug ??
Replies: 5
Views: 5417

Hi, it is my code: int i, j, k = 0; int Test_AT_CSQ = 0; int received = 0; char Buffer[16] ; char receive; void Modo_RX(){ UART1_Init(19200); Delay_ms(100); Test_AT_CSQ = 0; do { UART1_Write_Text ("AT\r\n"); Delay_ms(1000); UART1_Write_Text ("AT+CSQ\r\n"); Delay_ms(5000); if (UART1_Data_Ready() == 1...
by medusa
08 Jul 2009 20:03
Forum: mikroC PRO for PIC General
Topic: Possible UART1_Read_Text Bug ??
Replies: 5
Views: 5417

Possible UART1_Read_Text Bug ??

Hi, I am use the UART1_Read_Text to Reads characters received via UART until the delimiter sequence is detected in this case "OK" , when I reset the pic it working properly but after several readings the pic is frozen and justamnete is this function and there is no way to exit this loop until that I...
by medusa
07 Jul 2009 20:12
Forum: mikroC PRO for PIC General
Topic: The PIC is the frozen !!!
Replies: 0
Views: 1234

The PIC is the frozen !!!

Hello, I am making a program that monitors continuously the uart port and when found the correct character exits the loop and continues with the normal sequence, the problem is that there are times when it seems the pic is in an infinite loop and there is no way of getting although I am sending the ...

Go to advanced search