Difference between revisions of "Communication Protocols"

From fswiki.us
Jump to navigation Jump to search
Line 3: Line 3:
 
==I²C==
 
==I²C==
  
I²C or Inter-Integrated Circuit is a synchronous communication bus typically used for communication between devices on the same circuit board or in close proximity. Almost all microcontrollers support I²C and many devices such as sensors, displays, real-time-clocks and EERPOMs.
+
I²C or Inter-Integrated Circuit is a synchronous communication bus typically used for communication between devices on the same circuit board or in close proximity. Almost all microcontrollers support I²C and many devices such as sensors, displays, real-time-clocks and EEPROMs.
  
 
For more information, visit the [https://en.wikipedia.org/wiki/I%C2%B2C I²C Wikipedia page]
 
For more information, visit the [https://en.wikipedia.org/wiki/I%C2%B2C I²C Wikipedia page]

Revision as of 04:49, 4 June 2020

CAN Bus

Main page: CAN Bus

I²C

I²C or Inter-Integrated Circuit is a synchronous communication bus typically used for communication between devices on the same circuit board or in close proximity. Almost all microcontrollers support I²C and many devices such as sensors, displays, real-time-clocks and EEPROMs.

For more information, visit the I²C Wikipedia page

Serial

TTL/UART

RS232

RS422

RS485

SPI