Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

Problems with UART1 on LPC2132

2005-06-20 by soren_t_hansen

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

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.