Easy Debugging Terminal using pic microcontroller

Build a simple 9600 BAUD 8n1 LCD terminal for debugging and testing the projects having RS232C output.

Introduction

This LCD terminal provide two modes of operation by selecting jumper J1. When J1 is open the terminal operate as a normal ascii display terminal, when J1 is closed the terminal displays the input serial data in hexadecimal format. This mode is useful for viewing raw data from the serial port output.

Easy Debugging Terminal using pic microcontrollerHardware

Figure 1 shows the circuit diagram of the Easy Debugging Terminal. IC U2 a PIC16F84 micro controller is used to control the operation of the terminal. Input signal is applied to connector K1. The circuit can be powered either by 9V dc adapter or by using a 9V battery. Jumper J1 select the operating mode of the terminal, J1 open for ascii terminal mode, closed for hexdecimal display mode. LED D3 can be controlled by software command provided in ascii mode. This LED output can also be used (with buffer circuit) to control the backlight of the LED backlit display. Variable P1 is used to adjust the contrast of the display. The circuit uses a 16×2 line LCD module, while a 16×1 module can also be used.

Figure 1: Circuit Diagram of Easy Debugging Terminal

Constructing the Circuit

The prototype board may be built using universal PCB having the same size as of LCD module so that LCD module can be mounted on top of universal PCB using SIP connectors.
For the parts list of the circuit view the file Lcdbom.txtSoftware

The software of the project was developed using PIC C compiler from CCS. The source code of the project is available in the file Lcd_Dtm.c, there are two types of hex files are available Lcd_Dtm.hex is used for 16×2 lines LCD module, while Lcd1.hex is used for 16×1 line LCD module. The user can easily modify the source file for other types of Lcd modules.

 

For ore detail: Easy Debugging Terminal

About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter