Closed GoogleCodeExporter closed 8 years ago
URAT1RX includes a blocking check for data:
http://code.google.com/p/the-bus-pirate/source/browse/trunk/source/baseIO.c#340
//get a byte from UART
unsigned char UART1RX(void){
while(U1STAbits.URXDA == 0);
return U1RXREG;
}
What issues are you experiencing? The forum would probably be the best place to
discuss.
Original comment by ianles...@gmail.com
on 4 Dec 2009 at 7:12
Original comment by ianles...@gmail.com
on 5 Dec 2009 at 5:36
Original issue reported on code.google.com by
michal.demin
on 3 Dec 2009 at 8:24