User Activity

Posted on April 29, 2015 at 02:34Hi all,    I'm having some trouble reading more than one byte off the USART port I've configured. I'm implementing a polling receiver, as follows:  char *end_obuf = obuf+len;  char *start_obuf = obuf;  int delay_coun...