Skip to content

Commit 3a0b73d

Browse files
Diana LolesDiana Loles
authored andcommitted
MPAE-17641: updated final comments
1 parent 80aca4b commit 3a0b73d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![MCHP](images/microchip.png)](https://www.microchip.com)
22

3-
# Sending Formatted Messages Using `printf` Use case for Enhanced Universal Synchronous Asynchronous Receiver Transmitter (EUSART) Using the PIC18F47Q10 Microcontroller With MCC Melody
3+
# Sending Formatted Messages Using `printf` Use case for Enhanced Universal Synchronous Asynchronous Receiver Transmitter (EUSART) Using the PIC18F47Q10 Microcontroller With MCC Melody
44

5-
In many applications, it is a standard practice to transmit messages containing variable fields through the Enhanced Universal Synchronous Asynchronous Receiver Transmitter (EUSART). This is the case when an application needs to communicate sensor readings, for instance. Using formatted messages offers considerable flexibility and has the added benefit of minimizing the amount of code required. Such functionality can be achieved by redirecting the Standard Input/Output (STDIO) to interface with the EUSART.
5+
In many applications, it is a standard practice to transmit messages containing variable fields through the EUSART. This is the case when an application needs to communicate sensor readings, for instance. Using formatted messages offers considerable flexibility and has the added benefit of minimizing the amount of code required. Such functionality can be achieved by redirecting the Standard Input/Output (STDIO) to interface with the EUSART.
66

77
In this example, a numerical counter value along with twice its value are transmitted in binary form via the Data Stream Protocol through the EUSART. The MPLAB® X Data Visualizer has a built-in Data Stream Protocol decoder, which enables it to display real-time graphical representations of the values contained within the message.
88

0 commit comments

Comments
 (0)