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

rs232/usart

So I am using an code and trying to communicate to another device using a usart. i have noticed that i must connect the transmit line of the usart to the transmit line of my rs232 level shifter to get things to display on my computer, why is this?

thank you.

Parents
  • If you are into microcontrollers, some of them has built in TX/RCV for RS232. no need for level shiftars. RS485 is better becoauz you do not need the -12V for a logic 1.

    total gobbelygook
    1) there are (as far as I know) no '51s with built in RS232 transcievers, if some exist I would liketo know.
    2) there has not been a need for -12 to drive -232 for AGES, the MAX232 family has been around for a loooong time.

    Erik

Reply
  • If you are into microcontrollers, some of them has built in TX/RCV for RS232. no need for level shiftars. RS485 is better becoauz you do not need the -12V for a logic 1.

    total gobbelygook
    1) there are (as far as I know) no '51s with built in RS232 transcievers, if some exist I would liketo know.
    2) there has not been a need for -12 to drive -232 for AGES, the MAX232 family has been around for a loooong time.

    Erik

Children