• Error c141:
    here is a simple program for lcd .I get an error c141 while accessing port.Can anyone help me rectifying it. #include<reg51.h> #define data=P2; sbit en=P1^0; sbit rs=P1^1; sbit rw=P1^2; void...
  • Error c141:
    here is a simple program for lcd .I get an error c141 while accessing port.Can anyone help me rectifying it. #include<reg51.h> #define data=P2; sbit en=P1^0; sbit rs=P1^1; sbit rw=P1^2; void...
  • error C141 and error C202
    Hello, when trying to compile an small C program with uVision3 v3.53 I'm coming across some unexpected - at least to me - compilation errors, following is the complete program: #include <reg515c...
  • Syntex error near(c141) error
    I am using At89x52 microcontroller in the solar tracker. I use the ADC MCP3208 to connect the two ldr and convert it into digital signal by ADC MCP 3208. But,it shows syntex error in code. Help...
  • error C141 and error C202
    Hello, when trying to compile an small C program with uVision3 v3.53 I'm coming across some unexpected - at least to me - compilation errors, following is the complete program: #include <reg515c...