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

89c51 simulation

Hi, I am doing a project using 89c51.I hav to activate a motor using a relay and enable reverse relay wen reached end limit.At the same time ll hav to regularly scan three inputs and depending on it activate a voice informer.
I wud like to simulate all of this using a simulator , so i need som help on simulation.

Parents
  • Don't blame the compiler when you don't know how and/or when to use brackets properly!

    eg, "10.0" is inherently a floating-point number, and does not need an explicit cast!

    BTW: floating point is best avoided on an 8051 unless really necessary - and there's nothing in the original post to suggest that it's even remotely necessary here!

Reply
  • Don't blame the compiler when you don't know how and/or when to use brackets properly!

    eg, "10.0" is inherently a floating-point number, and does not need an explicit cast!

    BTW: floating point is best avoided on an 8051 unless really necessary - and there's nothing in the original post to suggest that it's even remotely necessary here!

Children