Friday, August 28, 2020

Serial Communication in Data Acquisition System

What is Serial Communication?

Serial communication is a process of transmitting data bit by bit. In this blog, you will learn how to serially communicate a device with a PIC microcontroller. You will also study the use of a communication component- UART (Universal Asynchronous Receiver Transmitter) present within the microcontroller. 


          

Instructions:
  1. Attempt the Pre-test
  2. Read Theory
  3. Simulation
  4. Attempt the Post-test
                  

                   

No comments:

Post a Comment

Interfacing of ADC with Microcontroller

In this article you will learn how to interface ADC with 8051 microcontroller. The ADC is not inbuilt in 8051 microcontroller. If The main p...