• sizeof operator
    Hai can anyone give the information abt sizeof... how to sizeof operatot exactly in 8051 family
  • sine operation
    Hi, Which microcontroller supports sine operations ? At89s8252 ? Thanks, Andre
  • bitwise operation
    hello, i m implementing a pc keyboard logic. pc keboard signals are transmitted serially to port pin. i want to know how to do bitwise shifting in 'c' for reception as well as for transmission to...
  • string operation
    how to get a string input and compare it . say for example: if i get a string input"LED ON " and i want to compare it with a list of string say "LED ON ",LED OFF,FAN ON,FAN OFF..... give me the...
  • Meaning of operator %=
    Hello everybody, I have seen the operator %= used in a code meant for Keil C. Can somebody explain me its purpose? Thanks. www.8051projects.net/.../forum_viewtopic.php char getchar() ...