Skip to content

This example shows how to send a string to the PC and see it in the MPLAB Data Visualizer Terminal.

Notifications You must be signed in to change notification settings

microchip-pic-avr-examples/pic18f47q10-cnano-eusart-hello-world-bare

Repository files navigation

MCHP

PIC18F47Q10 EUSART Sending "Hello World" message

This example shows how to send a string message from the PIC18F47Q10 microcontroller to the PC and use MPLAB Data Visualizer Terminal to see it.

Related Documentation

Software Used

Hardware Used

Setup

The PIC18F47Q10 Curiosity Nano Development Board (DM182029) is used as the test platform. It has an onboard debugger that acts as an USART to USB convertor so no further hardware is needed.

The following configurations must be made for this project:

Pin Configuration
RD0 Digital Output

Operation

Run the code, start MPLAB® X Data Visualizer on the correct COM port and select the terminal input source than messages will start appearing.

Demo in MPLABX Data Visualizer

Summary

In this example the EUSART is set in the most common configuration (asynchronous operation and 8N1 message format) and "Hello World" messages are transmitted. Data Visualizer is used to see the messages on the PC.

About

This example shows how to send a string to the PC and see it in the MPLAB Data Visualizer Terminal.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published