Serial Communication
Contributors:
jimblom
Resources and Going Further
With this shiny, new knowledge of serial communication, there are loads of new concepts, projects, and technologies to explore.
Would you like to learn more about other communication standards? Maybe something synchronous? Check out the following communication protocols.
Serial Peripheral Interface (SPI)
SPI is commonly used to connect microcontrollers to peripherals such as sensors, shift registers, and SD cards.
AST-CAN485 Hookup Guide
The AST CAN485 is a miniature Arduino in the compact form factor of the ProMini. In addition to all the usual features it has on-board CAN and RS485 ports enabling quick and easy interfacing to a multitude of industrial devices.
Many technologies make heavy use of serial communication:
Or maybe you'd like to see serial in action?
- If you need to shift the logic levels of your serial communication, check out our Logic Level Converter tutorial.
- Using a Serial LCD
- Serial Terminal Basics
- Enginursday: RS-232 vs. TTL vs. Inverted TTL
- OpenLog Hookup Guide