--- In AVR-Chat@yahoogroups.com, "David VanHorn" <microbrix@...> wrote:
>
> What is the call to txcomp?
>
> Normally, I poll the tx tg empty flag before sending a char
>
txcomp: sbis UCSRA,UDRE ;poll to check end of transmission
rjmp txcomp ;
out UDR, treg ;
ret ;
Everything seems to work except the characture translation.
BrianMessage
Re: comms problem
2008-04-06 by Brian