Interfacing LCD with PIC Microcontroller – CCS C

In this tutorial we will see How to interface a 16x2 character LCD Module with PIC 16F877A Microcontroller using CCS C Compiler. 16x2 character LCD is a very commonly used LCD module in electronic projects and products. 16x2 means it can display 2 rows of 16 characters. It is a very basic and low cost module. Its other variants such as 16x1, 20x4 are available in the market. In these displays each character is displayed using 5x8 or 5x10 dot...

Using Push Button Switch with PIC Microcontroller – CCS C

I hope that you already go through our first tutorial of CCS C Compiler, Getting Started with PIC Microcontroller - CCS C Compiler. In that tutorial we learn how to use an output pin of PIC Microcontroller by blinking an LED with a delay of 1 second. In this tutorial we will learn how to read the status of an input pin and to make decisions according to its state. For the demonstration of its working we are connecting an...

Getting Started with PIC Microcontroller – CCS C Compiler

You are at the right place if you are a beginner to the field of microcontrollers. In this tutorial you will learn How to Blink an LED using PIC Microcontroller. PIC is a family of microcontrollers manufactured by Microchip Technology Inc. PIC stands for Peripheral Interface Controller. It is also referred to as Programmable Interface Controller or Programmable Intelligent Computer. As all other microcontrollers PIC Microcontroller can be programmed using Assembly Language. As it is little bit difficult we prefer High...

>