> For my newest project (can be found in CVS in module
> apps/ZNF800/DisplayErbert), I used a Makfile from an example
> of the newest WinAvr distribution as template. This template
> defines the for CFLAGS -funsigned-char This makes a "char"
> variable "unsigned". In line 436 a char variable is initialized:
> --------------------------8<-----------------------
> lnTxRetriesLeft = LN_TX_COMPLETE ;
> -------------------------->8-----------------------
> LN_TX_COMPLETE is defined to -1, which triggers a start
> bit in line 398 if not negative.
>
> Now the display talks with me via SV protocol :-)))
Hmmm... I seem to remember having the same problem you describe and it took
me a while to find as well! We tend not to forget these things after a saga
like this.
Alex
|