• mod bus tcp support
    Is mod bus tcp is supported as standard library?
  • Operator ":"
    Hi, I saw this expression in a header file, and I don't know what ":" means, will you please tell me. unsigned char variable : 2; thanx
  • Problem with floating point operation
    Please, help me to solve the problem: <source code> bit Result; float Density; Density = 0.55; if(( Density < 0.54999995) { Result = 0; } else { Result = 1; } While after running...
  • 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...