Page 2 of 2
Posted: Tue Feb 13, 2007 11:45 pm
by christian
I doubt that it's a problem with the rxBuffer crossing a page. If it were a page boundary problem, it would not depend on whether interrupts are actually received or not.
Posted: Tue Feb 13, 2007 11:54 pm
by Grendel
How big is ir.data[] dimensioned ? I could see that overflowing if it's smaller than 253.
Posted: Wed Feb 14, 2007 4:49 am
by ksz
Grendel wrote:How big is ir.data[] dimensioned ? I could see that overflowing if it's smaller than 253.
It is 64
Change to 256 doesn't help..
EDIT:
Well, on two tinys connected via USART it just works..
No dmesg's errors, everything is OK..
Thanks for help any way!