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

RE: how to interface an 8051 to an RF transmitter ?

Dear all,

Everybody can send me a assemble source code to solve below problem:

I want design a project using RF communicate between 8051 and 8051, but I don't know how to written a assemble code for two 8051.

I ready connect 8051(TXD)to RF transmitter and 8051(RXD) to RF receiver.

my e-mail: kevinleung829@gmail.com

many thanks!!!

Parents
  • "I want design a project using RF communicate between 8051 and 8051, but I don't know how to written a assemble code for two 8051."

    Writing assembler or any other source code has nothing to do with design.

    Design is what you do before you get to coding; design has to do with what you want to achieve, rather than the detail of how you will achieve it.

    Writing assembler or any other source code is implementation - which comes after design.

Reply
  • "I want design a project using RF communicate between 8051 and 8051, but I don't know how to written a assemble code for two 8051."

    Writing assembler or any other source code has nothing to do with design.

    Design is what you do before you get to coding; design has to do with what you want to achieve, rather than the detail of how you will achieve it.

    Writing assembler or any other source code is implementation - which comes after design.

Children