This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TMDS243EVM:如果要在我的应用中使用 RS485、我可以参考哪个演示?

Guru**** 2379650 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1479439/tmds243evm-if-want-to-use-rs485-in-my-app-which-demo-can-i-refer-to

器件型号:TMDS243EVM

工具与软件:

如果要在我的应用中使用 RS485、我可以参考哪个演示?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你好、 

    在该 EVM 上不支持 RS 485通信。

    我们需要使用电平转换器将 UART 电平转换为 RS 485电平、EVM 上没有这些电平。

    因此、该功能直接无法实现。

    您需要做的一件事是 MCU 接头上提供 MCU UART 1引脚、然后您可以使用这些引脚。

    将 UART 与 MCU + SDK 中的 MCU UART 1示例配合使用。

    在外部、您需要将 RS 485收发器连接到 MCU UART。

    这样、您就可以使其适用于 RS - 485演示。

    我们需要设置 RS -485通信支持的模式选择、为此、您可以查看下面的 TRTM 章节。

    如果您需要任何帮助,请告诉我。

    此致、

    Anil。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    非常感谢 Anil!