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

hand shaking signals in Microcontroller

i would like to know whether its required to control RTS and CTS signals to get the response from Xbee to the microcontroller for the command frame sent.

Parents
  • I don't know your particular devices, but in general, you don't need to use the CTS/RTS signals with an RS-232 UART. If you have such signals but don't use them, it's safest to pull them in the operational direction; that is, CTS should always assert "clear" so that the other side can transmit whenever it wants, and RTS should always be requesting permission to send. However, you should be able to configure your UARTs to ignore these signals.

Reply
  • I don't know your particular devices, but in general, you don't need to use the CTS/RTS signals with an RS-232 UART. If you have such signals but don't use them, it's safest to pull them in the operational direction; that is, CTS should always assert "clear" so that the other side can transmit whenever it wants, and RTS should always be requesting permission to send. However, you should be able to configure your UARTs to ignore these signals.

Children
No data