Raspberry 和 arduino 通信(通过 USB)之间的协议名称是啥?

Posted

技术标签:

【中文标题】Raspberry 和 arduino 通信(通过 USB)之间的协议名称是啥?【英文标题】:What is protocol name between Raspberry and arduino communication (by USB)?Raspberry 和 arduino 通信(通过 USB)之间的协议名称是什么? 【发布时间】:2018-05-06 07:26:11 【问题描述】:

我正在做一个关于 Raspberry 和 Arduino 之间通信的项目(通过 USB 电缆)。我看过几篇文章,有的说这个协议叫RS-232,有的说它的UART。 谁能告诉我这个协议到底是什么(通过 USB 在 Arduino 和 Raspberry 之间连接并基于 SerialPy 库),我需要这个来写我的最终报告。 非常感谢。

【问题讨论】:

我称之为Serial over USB UART controller or RS232 controller? Is UART a general word?的可能重复 【参考方案1】:

在大多数 Arduino 上,ist 确实是“通过 USB 串行”。大多数 USB2UART 芯片实现自己的供应商特定协议。

这取决于 Arduino实际使用的变体,因为它完全取决于 USB2UART 芯片。

【讨论】:

以上是关于Raspberry 和 arduino 通信(通过 USB)之间的协议名称是啥?的主要内容,如果未能解决你的问题,请参考以下文章

Raspberry Pi 和 Arduino 之间的简单 2 路串行通信

Raspberry Pi 上的 Tornado 使用 websockets 以及监控串行端口 Arduino 通信

Raspberry pi不会使用minicom或python将串行数据发送到arduino

Raspberry Pi通过蓝牙与Arduino连接

Raspberry Pi、Python、XBee 到 Arduino Xbee.write() 错误

使用 UART 从 Raspberry Pi 编程 Arduino