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

max3100 c routine

Hi,
where can I find c routine for MAX3100 irda - 8051 (set, send, receive)? I was able only to find assembler code for UART<->irda.

thanks

Parents
  • You are limiting your self in such a way that you will not find anything. What you want is very specific. If someone did it and posted it lucky you other wise.
    Part 1) the Max3100 requires SPI to talk to it
    Part 2) once you have SPI you need the configure the MAX3100 registers and be able to send and receive data to it.
    Part 3) irDa is a whole protocol if you found working open source code then start with that. An irDa is the kind code people buy rather than write their own.

    I am not sure why you care is the CPU is ISP or not. Most 8052 works on other 8052 CPU's Except of course manufacture specific stuff. Unless you are lucky you will have to modify / write some code.

Reply
  • You are limiting your self in such a way that you will not find anything. What you want is very specific. If someone did it and posted it lucky you other wise.
    Part 1) the Max3100 requires SPI to talk to it
    Part 2) once you have SPI you need the configure the MAX3100 registers and be able to send and receive data to it.
    Part 3) irDa is a whole protocol if you found working open source code then start with that. An irDa is the kind code people buy rather than write their own.

    I am not sure why you care is the CPU is ISP or not. Most 8052 works on other 8052 CPU's Except of course manufacture specific stuff. Unless you are lucky you will have to modify / write some code.

Children