Yahoo Groups archive

Lpc2000

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

Message

Re: [lpc2000] Re: Can't Receive Data on UART0

2006-03-12 by Bill Knight

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

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.