• 8051 to 8051 interfacing program in c
    PROGRAM IN C LANGUAGE to transfer data from 8051(philips) port 2 to 8051(philips) port 2...data is two different 13 digit codes which will be represented by a single digit .. EXAMPLE :: if the two codes...
  • 8051 to 8051 interfacing program in c
    PROGRAM IN C LANGUAGE to transfer data from 8051(philips) port 2 to 8051(philips) port 2...data is two different 13 digit codes which will be represented by a single digit .. EXAMPLE :: if the two codes...
  • Programering with the 8051, novice programer questions?
    So im very keen on the 8051 and I kind of want to use it for programming. Like for righting code while Im away from the house. what compilers would be available to me? Sorry if these sound nubberish...
  • Programering with the 8051, novice programer questions?
    So im very keen on the 8051 and I kind of want to use it for programming. Like for righting code while Im away from the house. what compilers would be available to me? Sorry if these sound nubberish...
  • 8051 program code instruction for c program provided
    plz help me to get 8051 intuction of c code below #include <REGX51.H> void display(unsigned int); sbit control=P2^7; sbit in=P2^0; sbit out=P2^1; void main(void) { unsigned int z=0; //set counter...