Dear All,
Is possible to have informations on this code?
int sendchar (int ch) { /* Write character to Serial Port */
while (!(UxLSR & 0x20)); Why??
return (UxTHR = ch); Why?? }
Thanks