• gets function giving problem
    gets function giving problem Ameya Hardikar Dear All, I am trying to read some float values/strings from a serial port. A VB based front end application sends me these values over a serial port...
  • How to give starting address of a function
    I want to knwo How can I give starting address of a fucntion. I want to know for both a function written in C and even in assembly. The reason I require is that, in P89V51RD2 when I use to do IAP...
  • EXTRN CODE ( FUNCTION ) gives L16 if FUNCTION is BIT
    uvision 2 v2.40, c51 v7.09, bl51 v5.03 gives: *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?IS_OK_INC_DTARGET_SPD?SPDLIM spdlim.c has bit IS_OK_INC_DTARGET_SPD(...
  • different uC boards give a problem
    im using the Keil compiler to build a communication gateway between 2 bus standards: Profibus and Modbus. The uC software consists of a Profibus slave integrated with a Modbus master. I tested the...
  • problem while giving input to 8051
    I have use following code for 8051 by NXP(p89v51rd2) #include<reg51.h> #define p2 P2 sfr P1=0x90; sbit led1=p2^0; sbit s=P1^0; void main() { s=1; while(1) { if(s==0) { led1=1; } else {...