Difference between revisions of "Communication Protocols"
Jump to navigation
Jump to search
(grouped serial together) |
m (Summary from CAN page included) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
==CAN Bus== | ==CAN Bus== | ||
| − | + | {{Main|CAN Bus}} | |
| − | |||
| − | |||
| − | |||
| − | == | + | CAN bus is a Communication Protocol and networking standard designed for medium range communication between devices in an automotive environment. Because of its versatility and relatively low complexity, it is used in the vast majority of vehicles manufactured today. By letting multiple devices communicate with each-other through a common interface, wiring harness complexity can be reduced. |
| + | ==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 [https://en.wikipedia.org/wiki/I%C2%B2C I²C Wikipedia page] | ||
==Serial== | ==Serial== | ||
| − | |||
===TTL/UART=== | ===TTL/UART=== | ||
| − | |||
===RS232=== | ===RS232=== | ||
| − | |||
===RS422=== | ===RS422=== | ||
| − | |||
===RS485=== | ===RS485=== | ||
| − | |||
==SPI== | ==SPI== | ||
| + | [[Category:Electronics]] [[Category:Data Acquisition]] | ||
Latest revision as of 21:17, 8 April 2022
CAN Bus
- Main page: CAN Bus
CAN bus is a Communication Protocol and networking standard designed for medium range communication between devices in an automotive environment. Because of its versatility and relatively low complexity, it is used in the vast majority of vehicles manufactured today. By letting multiple devices communicate with each-other through a common interface, wiring harness complexity can be reduced.
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