Skip to content

microchip-pic-avr-examples/pic24f-hello-world-uart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

PIC24F Hello World UART

Summary

This is a simple Hello world application which prints the string "Hello World !!!" continuously on the serial terminal.

Related Documentation

Software Used

Hardware Used

Setup

  • Make sure J37 and J38 jumpers are installed.
  • Connect the Micro USB Cable to the serial connector(J40) in the Explorer 16/32 Development Board.

Operation

Build the Project and program the device. Once the application code is flashed on to the device, open the serial terminal application and configure the baudrate to 9600 , No parity , 8 Data bits and 1 Stop bit and no flow control. Users will see the string "Hello World !!!" being continuously printed on the serial terminal.

image

image