• What is character far pointer?
    1) what is the diffrence between unsigned char far* pointer and unsigned char* pointer? 2) what is the diffrence between unsigned int far* pointer and unsigned int* pointer?
  • Hex To Character Conversion Problem
    I am Trying to Split a hexa value and read it over the serial port let me show you what i mean by that : <per> char arr[10]=(0); int i,k,l; arr[0]=0x11; arr[1]=0x12; : : arr[7]=0x59; arr...
  • Extracting characters
    Hi all, Please could somebdy inform me how to extract a character from one string, I mean, MyString="12345"; I want, for example, obtain the third position of the string, "3". Im using Uv2...
  • Displaying character.
    I am a beginner to C language... I have alreaady initialized the LCD in my code...How do i display a message("HELLO" eg.) to LCD? I want to use it in function void but i do not know where to start.....
  • confused characters
    HI I have a stm32f103c8t6. I connected data pin of LCD to portA.& RS,RW,EN to PB0...PB2 . but my lcd is really confused. everyTime i send "111" to LCD it shows "333". everyTime i send "qqq" to LCD...