V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
poppyyuny
V2EX  ›  问与答

How to choose serial communication

  •  
  •   poppyyuny · 2022-12-14 14:43:13 +08:00 · 441 次点击
    这是一个创建于 664 天前的主题,其中的信息可能已经有所发展或是发生改变。

    Serial communication technology is to transmit data bit by bit in sequence, and only two data transmission lines are needed. Compared with parallel communication, although serial communication technology saves port consumption, it also reduces the data transmission rate.

    There are two serial communication methods, namely synchronous communication and asynchronous communication. Synchronous communication can be understood as that the two parties in communication are controlled by the same clock line and perform synchronous data transmission. Common synchronous communication methods include I2C, SPI, etc.; asynchronous communication does not require a clock synchronization signal, and the sending device and the receiving device each select their own clock control to realize data transmission and reception. Common asynchronous communication includes UART, RS232, etc. https://www.cdebyte.com/Module-Lora

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5729 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 06:26 · PVG 14:26 · LAX 23:26 · JFK 02:26
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.