Skip to content

Commit 4ec2225

Browse files
MPAE-12734 Readme.md file Improve formatting on Pins Grid View, Click New Variable Streamer, and Click Start Streaming COMx titles / images.
1 parent e7a41ea commit 4ec2225

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ In the Pins tab, RA0 can be configured with a custom pin name in this case we ca
8585
In the *Pins Grid View* find UART3 RX3 and TX3 for the connections for the Serial communications int the PIC18F57Q43 cnano. Select TX3 and RX3 as shown in figure below with the coresponding padlock symbol.
8686

8787
**Pins Grid View**
88-
![MCC - UART3 connections](images/uart3_connections.png)
89-
9088

89+
![MCC - UART3 connections](images/uart3_connections.png)
9190

9291
## Data Streamer Configuration
9392
In the *Device Resources* window click the dropdown arrow next to *Drivers* to expand the choices. Find *Data Streamer Driver* and click the green plus symbol to add the driver to the solution.
@@ -119,7 +118,8 @@ The plugin shows up in the kit window on it's own tab.
119118
Taking a look at the main.c file, we can see that the *ADC* measurement is not sent directly, but split into chunks. This is done because we can only send 8-bits and we want to send the 16-bit value that comes from the ADC.
120119
To visulize this, we need to take special care and create something called a variable that will merge the result into one 16-bit value.
121120

122-
Click the create variable button
121+
**Click *New Variable Streamer* button**
122+
123123
![Data visualizer - Create new variable](images/variable_streamer.png)
124124

125125
Since we are dealing with a unsigned 16-bit value, choose that when you create this. Start value and end value must be the same as in the main.c file.
@@ -129,14 +129,15 @@ Click Save!
129129

130130
To be able to use this variable, connect the devices COM-port to this variable just created.
131131

132-
Click *Start Streaming COMx*
132+
**Click *Start Streaming COMx***
133+
133134
![Data Visualizer - COM port](images/new_variable_streamer.png)
134135

135136
To be able to graph the measurement, click *Variable Streamers*. Select PIC18F57Q43 Curiosity nano
136137

137138
![Data Visualizer - Graph creation](images/plot_streaming_data_from_com.png)
138139

139-
*Plot variable*.
140+
**Plot variable**
140141

141142
![Data Visualizer - Graph creation](images/plot_streaming_data_from_com1.png)
142143

0 commit comments

Comments
 (0)