HI
I think there are too much datas on the RX... and loop + lcd display takes too much time to execute...
May be using another resonator 8MHz vs 4MHz ?
I don't know how to optimize the code...
Any help ?
HI
I think there are too much datas on the RX... and loop + lcd display takes too much time to execute...
May be using another resonator 8MHz vs 4MHz ?
I don't know how to optimize the code...
Any help ?
I have been looking at you code some and do not see where the problem is.
Can you point to the routine where the problem starts?
Other than that you may try adding a
PAUSE 50
between the LCDOUT commands and Play with these values
Code:' Set command delay time in us DEFINE LCD_COMMANDUS 2000 ' Set data delay time in us DEFINE LCD_DATAUS 50
Dave
Always wear safety glasses while programming.
I have tried so much things....
The only one that works, a new osc 8MHz Vs 4MHz !!!
PS: Thank You Dave !
Bookmarks