Hi everybody I want to transmit a number og bytes on UART1 and some of them are 0. When I receive the bytes on the PC, all the 0s are gone, resulting in an error on that side. I use the following to transmit the bytes: while (!(U1LSR & 0x20)); U1THR = buffer[i]; Isn't possible to transmit a 0? Best Regards Søren
Message
Problems with UART1 on LPC2132
2005-06-20 by soren_t_hansen