Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Micro controller that can handle RS232 and RS422 internally?

I am working on a project where I need a micro controller that can be programmed via USB, RS232, or Ethernet, and can take input (commands) via RS232, RS422, or Ethernet (TCP). Only needs to "speak" one language at a time, board will be designed to be controlled by different external devices.

I have found some that speak TTL and can do other languages via an external chip, but I am trying to avoid that.

1 Answer

Relevance
  • justme
    Lv 7
    8 years ago
    Favorite Answer

    There are drivers that can do RS232 and RS422. The micro itself doesn't care which one you are using as the data in and out will be TTL. The only real difference between the two is 422 has differential drivers and receivers while 232 is single ended.

    I don't know of any micro that can actually drives RS232 / RS422 directly. As far as I know its always TTL to a transceiver chip. The reason is if a stray voltage enters the transceiver the worst you do is blow the transceiver (which have protection). If it enters the micro you blow the micro (much more expensive and harder to replace).

Still have questions? Get your answers by asking now.