- This topic has 3 replies, 2 voices, and was last updated 10 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
how to write program to use UART on touch screen controller in lpc2148?
Hi Bijal,
“UART on touch screen”. Please share more details, so that we can help you.
how to write program on touch screen controller using uart in lpc2148.
Like i am using touch screen controller ADS7843 and write program like want to show the value of x-30 and y-50 using uart in lpc2148.
Hi Bijal,
First configure the touch screen controller ADS7843 according to your uart settings. This can be done by sending the control bits to the ADS7843 through TX pin of MCU. Then wait till a data frame arrives through the RX pin of MCU and read it.
You might have done coding for uart module. If it is so then all you have to do is to send the controll commands according to the datasheet and receive the data from the ADS7843, decode it according to the information given in the datasheet.
If you haven’t done any coding for uart yet, suggest you to try basic uart interfacing codes.
Go through the datasheet of ADS7843 in detail and learn more.