• getting errors with bdata of type char
    iam trying to access char bdata buff1[10] but getting some syntax errors. i wrote the code as below to access the array char bdata buff[10]; bit arr07=1; sbit mybit4 unsigned int i=0; for(i...
  • Compile char as an unsigned char
    Hello, Can anyone tell me how to instruct Keil to compile char's as unsigned char's by default? I know that there are some help topics on this issue, but they seem to be giving a precompiler...
  • gets function
    hi I have connected to the RXD, TXD signals of 8031 to PC. The 8031 is sending a string AT+cmgrusing printf statement (hyper terminal display AT+cmgr, when i type message successful in hyperterminal...
  • Complement of Char
    Is any direct function is available for the complement of the char variable
  • EC166 and unsigned char/signed char
    Hi to all, I have in use the EC++ Compiler from Tasking and want to change my whole EC++ project to KEIL. I tried to compile some files with the KEIL EC166 but I always get the following error: ---...