• 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...
  • 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.....
  • Extended Ascii characters - Keil
    Hello, I am trying to implement the extended ASCII characters found on: www.asciitable.com/.../extend.gif But it appears as though the default extended ASCII characters are: http:/...
  • ctype - No character flag table
    I'm using the ctype library in a C code (no cplusplus defined) and I'm having problems with the function that should point to the character flag table. The function is imported into the ctype.h file...