|
From: Olaf F. <olo...@ya...> - 2007-10-21 06:53:33
|
Hi All, I want to inform you about my last changes of "ln_sw_uart.c". I added a new value called "LN_TIMER_TX_RELOAD_ADJUST". This value reduces the error of the startbit of each byte. The current startit is to long. Unfortunality this value depences highly on used compiler, optimizationlevel and hardware. On my system "FREDI" it was nearly a quarter to long. Therefore I added the define in the "sysdef.h" for the project "FREDI" and ask for the define in "ln_sw_uart.c". If it isn't defined you will get an error on compilation. Too reduce the error for each project you have to find out wich value is requested. So every "owner" of an project will be confrontated with this question. Adding a define of 0 will remove the compilation error but not the error on loconet. For the future we have to find a better solution without an measurement on hardware. I hope you don't beat me now. ;-) Regards, Olaf |