2016年12月2日 星期五

[常識] 通訊介面:USB,UART,SPI,I2C

通訊介面 接腳
USB
通用序列匯流排
(Universal Serial Bus)
Vcc,D+,D-,GND

UART
通用非同步收發傳輸器
(Universal Asynchronous Receiver/Transmitter)
Tx,Rx
SPI
串行外設介面
(Serial Peripheral Interface Bus)
SCLK(Serial Clock)
MOSI(Master Output,Slave Input)
MISO(Master Input,Slave Output)
SS(Slave Selected)
I2C
積體電路匯流排
(Inter-Integrated Circuit)
SDA(串列資料線)
SCL(串列時鐘線)


 UART又依電壓準位不同分成

RS232
TTL
邏輯(Logic) '1'
-3 ~ -15 v
>= 2.4 v
邏輯(Logic) '0'
3 ~ 15 v
<= 0.5V


USART多了一隻CLK接腳,可提高速度和同步通訊.




#傳輸介面#通訊介面#USB#UART#SPI#I2C

沒有留言:

張貼留言