Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 stm32f401 核板,我想用 uart 将 2 个板相互通信以发送语音。
我正在使用 Nucleo-CCA02M1 mems 麦克风套件。我应该使用哪一个?RS422 还是 RS485 用于全双工通信?有没有关于帮助的例子?
谢谢你。
如果要使用 RS422 或 RS485,则需要转换板将 uart 更改为 RS422 或 RS485。此外,您无需对 uart 代码进行任何修改即可使用它们中的任何一个。这些通信协议与硬件有关。Uart、RS232、RS422、RS485都是串口通信。您可以为它们使用任何 uart 代码。