On Sun, 12 Mar 2006 20:11:36 +0000, Nice Guy wrote: <snip> >Yeah, it's fine for now, I want to be able to hold a key down and see >it appear in the output stream. The 0xFF shows up as spaces in >hyperterminal. Hyperterminal drops characters. I suggest you change the code to only send a character if one is received. int ch; if ((ch = uart0Getch()) >= 0) uart0Putch(ch); Regards -Bill Knight R O SoftWare & http://www.theARMPatch.com
Message
Re: [lpc2000] Re: Can't Receive Data on UART0
2006-03-12 by Bill Knight