This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 are 42006B1B0032 and 42006B1B9AA8 ... then the first one is represented by "1" and the second one is represented as "0"....
we need to transfer the codes from one 8051 to another.... depending on wat code has been read in the RFID reader , the respective values 1 or 0 have to be transmitted from one 8051 to another....

Parents
  • we want a C program to transfer data from one 8051 to another using their port 2's... above we have mentioned two 13 digit code...they are RFID tag codes.... i want send dese....

    my work is ... i read a rfid tag using rfid reader...it takes the code.. (as i have only two tags i will represent there tag codes using some digits example 1 or 0 ) ... 8051 will check which code is read by the reader and will transfer d related number ( 1 or 0) through its port 2 to another 8051's port 2... here the second 8051 reads the number n cross checks which code it is related to and will ask the transmitter zigee to transmit this to another receiver zigbee...

Reply
  • we want a C program to transfer data from one 8051 to another using their port 2's... above we have mentioned two 13 digit code...they are RFID tag codes.... i want send dese....

    my work is ... i read a rfid tag using rfid reader...it takes the code.. (as i have only two tags i will represent there tag codes using some digits example 1 or 0 ) ... 8051 will check which code is read by the reader and will transfer d related number ( 1 or 0) through its port 2 to another 8051's port 2... here the second 8051 reads the number n cross checks which code it is related to and will ask the transmitter zigee to transmit this to another receiver zigbee...

Children