Hi.
I have question on UART and LCD control. I have somehow implemented UART function and it seems to works. But there is a problem. odd character is printed other than I have expected. I tried to print "\r\nStart of Root\r\n\r\nEnd of Root\r\n" But the following is printed
-- þï
Start of Root }þï
End of Root p
-- I have no idea why this happens.
Another question is on LCD control. I am using samsung 2410 which have LCD controller. Please explain me some concept on controlling LCD with built-in LCD controller. I have examined the part of datasheet, but concept is not easy to build. Please answer.
Thanks.