Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 4.06 KB

uart.md

File metadata and controls

33 lines (23 loc) · 4.06 KB

UART (Universal Asynchronous Receiver/Transmitter)

  • UART 唸做 [u-art],全名是 The Universal Asynchronous Receiver/Transmitter。
  • 是個抽象介面,而 RS-232 是其中一種實現 -- 只允許兩個裝置對接。
  • 線路簡單,只有 TX 與 RX 兩條。

參考資料:

USB-to-UART ??

  • 單晶片通常提供 UART 介面 (TX/RX),可以用 RS-232 連接。
  • 若電腦沒有 RS-232,就需要 USB-to-UART 晶片轉接。

參考資料:

Adafruit USB to TTL Serial Cable ??