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

problem in 8051 to matlab communication

hi
i am final year student of electrical engineering and doing a project on 8051 microcontroller.
in this project,i have to interface the 8051 to maltab for real world data.i successfully complete the interfacing and communicate serially on proteus.data which is transfer from 8051 to matlab is not accurate when i send more than one character.in single character, matlab does not show any data.plz help me,how to solve that problem as i am using 8051 first time.

Parents
  • ... have a MAX232(equivalent) inbetween.

    try sending 'U' (capital U) constanly and have a look with a scope, you should see a squae wave of 4800 Hz.

    I am using AT89C51 (no data appeared in hyperterminal) and also AT89C52 (garbage data appeared), with xtal

    what is your reset?
    how do you program the chips?

    Erik

Reply
  • ... have a MAX232(equivalent) inbetween.

    try sending 'U' (capital U) constanly and have a look with a scope, you should see a squae wave of 4800 Hz.

    I am using AT89C51 (no data appeared in hyperterminal) and also AT89C52 (garbage data appeared), with xtal

    what is your reset?
    how do you program the chips?

    Erik

Children