• Reading data from Graphics LCD
    I am using a graphics LCD manufactured by POWER LIGHT i.e,PL G 19264(1A series) Actually when reading data from the data RAM of the LCD,if I read only once from the LCD,it gives erroneous results.But...
  • reading data from a port
    hi all i am trying to interface a lcd 16x2 display onto my arm7 board which has lpc2148 and since i am new into arm i have a doubt regarding how do we send and read a data on to a particular port...
  • C167 Reading data from files
    Hello, I am currently doing a project and wanted a workaround to read in data from files to char arrays like the fopen function does in C for example. I am not allowed to use the CAN Bus and thus...
  • reading data from code memory
    I've stored a hex file in my 8051 code memory starting from 0X5000 onwards and want to read it and store it to another processor.How can I implement it in C
  • Problem in reading data from GPS
    Hi, I'm interfacing a skynav skm53 GPS with an ARM cortex LPC1768 microcontroller on board MCB1700. Here's the small code snippet for initialization of UART and reading GPS data. I can see the characters...