Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.57 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.57 KB
Shows the black logo in light mode and white logo in dark mode.

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