Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Programming the BeagleBone

You're reading from  Programming the BeagleBone

Product type Book
Published in Jan 2016
Publisher
ISBN-13 9781784390013
Pages 180 pages
Edition 1st Edition
Languages

Table of Contents (21) Chapters

Programming the BeagleBone
Credits
About the Author
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
Cloud9 IDE Blinking Onboard LEDs Blinking External LEDs Controlling LED Using a Push Button Reading from Analog Sensors PWM – Writing Analog Information Internet of Things with BeagleBone Physical Computing in Python UART, I2C, and SPI Programming Internet of Things using Python GPIO Control in Bash BeagleBone Capes
Pinmux and the Device Tree Index

What is UART?


Universal Asynchronous Receiver Transmitter (UART) is a simple and popular way of serial communication. UART is used to convert data bytes on a parallel bus to serial bit stream which can be sent on a communication line. If this bit stream is given to another UART, it can convert back to the original data bytes. UART uses asynchronous communication, which means it follows all the asynchronous bus rules we learned in the previous section. It also uses optional error checking methods. It was actually a serial chip inside a PC motherboard or serial devices inside a modem, serial mouse, and so on. This IC implements a basic serial communications protocol that transmits and receives up to eight data bits at a time. Over time, UART logic has become widely adopted by embedded systems to give a user system log and console access. Even BeagleBone has serial pins near the P9 header to get system log and console access. Many microprocessors/microcontrollers and electronic devices have...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}