gpt4 book ai didi

c - 树莓派无法通过串口通信向PC发送数据

转载 作者:行者123 更新时间:2023-11-30 19:41:38 25 4
gpt4 key购买 nike

我正在尝试通过 Raspberry Pi 2(raspian wheezy) 和 STM32F4 板之间的串行连接(GPIO UART 引脚)发送/接收数据。我正在使用链接中的示例代码:http://www.raspberry-projects.com/pi/programming-in-c/uart-serial-port/using-the-uart

当我将板上的 TX 和 RX 引脚连接在一起时,它可以工作。然而,当我通过USB-TTL PL2303模块将RPI连接到我的笔记本电脑并使用 super 终端查看结果时,接收到的字符是垃圾字符。我不明白为什么。有什么我错过的吗?您能给我一些我可以寻找的建议吗?谢谢!

最佳答案

很可能您使用的波特率不正确。它应该是 115200 (115200-8-N-1)(您可以使用 else,但需要将两个端点设置为相同的波特率)。使用 stty 检查串行连接的波特率

stty -F/dev/ttyX

setserial 。如果出现波特率错误,您可以尝试作者所说的:

Try using a slower BAUD rate (or a single 0xFF byte which only has the start bit low) and see if it works. We had a problem using 115k2 baud rate where our microcontroller communicating with the RPi could hit 113636baud or 119047baud. 113636baud had the lowest error margin so we used it and TX from the RPi being received by the microcontroller worked fine. However when transmitting to the RPi nothing was ever received. Changing the microcontroller to use 119047baud caused RX to work.

关于c - 树莓派无法通过串口通信向PC发送数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33279227/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com