Skip to content

Commit 26d2158

Browse files
TylerMSFTTylerMSFT
authored andcommitted
alt-text
1 parent 9ff43eb commit 26d2158

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

docs/embedded/serial-monitor.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ The Serial Monitor allows users to configure, monitor, and communicate with seri
1414

1515
# [Visual Studio](#tab/visual-studio)
1616

17-
![Serial Monitor in VS](media/serial-monitor.png)
17+
:::image type="complex" source="./media/serial-monitor.png" alt-text="Screenshot of the Visual Studio Serial Monitor window":::
18+
The window is split into two sections. The top section shows the monitoring mode (serial), Port (virtual COM port COM3), baud rate (115200), line ending (None), and a Stop monitoring button. The bottom section shows the messages, consisting of four lines of the text Hello, World!.
19+
:::image-end:::
1820

1921
## Capabilities
2022

@@ -42,8 +44,13 @@ The Serial Monitor allows users to configure, monitor, and communicate with seri
4244

4345
# [Visual Studio Code](#tab/visual-studio-code)
4446

45-
![Serial Monitor in VSCode](media/serial-monitor-vscode.png)
46-
![Serial Monitor in VSCode - TCP](media/serial-monitor-vscode-tcp.png)
47+
:::image type="complex" source="./media/serial-monitor-vscode.png" alt-text="Screenshot of the VS Code Serial Monitor window.":::
48+
The window is split into two sections. The top section shows the monitoring mode (serial), Port (virtual COM port COM3), baud rate (115200), line ending (None), and a Stop monitoring button. The bottom section where messages are displayed is empty.
49+
:::image-end:::
50+
51+
:::image type="complex" source="./media/serial-monitor-vscode-tcp.png" alt-text="Screenshot of the VS Code TCP Serial Monitor window.":::
52+
The window is split into two sections. The top section shows the monitoring mode (TCP), Host (::1), Port (1234), and a Start monitoring button. The bottom section shows the messages, starting with "Opening the TCP connection on ::1:1234. Then Connected to ::1:1234. Then five lines of the text Hello, World!. Then Closed the TCP connection ::1:1234.
53+
:::image-end:::
4754

4855
## Capabilities
4956

docs/linux/download-install-and-setup-the-linux-development-workload.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For any of these scenarios, the **Linux development with C++** workload is requi
3333
1. Look for the installer under the **Apps** results and double-click it. When the installer opens, choose **Modify**, and then click on the **Workloads** tab. Scroll down to **Other toolsets** and select the **Linux development with C++** workload.
3434

3535
:::image type="complex" source="./media/linuxworkload.png" alt-text="Screenshot highlighting the Visual C++ for Linux Development workload item in Visual Studio Installer.":::
36-
The Linux Development workload is selected. The Installation details pane is highlighted, which lists what's included in the workload, including Visual Studio C++ core features, Windows Universal C runtime, Visual C++ for Linux development. An optional component is also selected: Visual C++ tools for CMake and Linux.
36+
The Linux Development workload is selected. The Installation details pane is highlighted, which lists what's included in the workload. Which includes: Visual Studio C++ core features, Windows Universal C runtime, Visual C++ for Linux development. An optional component is also selected: Visual C++ tools for CMake and Linux.
3737
:::image-end:::
3838

3939
1. If you're targeting IoT or embedded platforms, go to the **Installation details** pane on the right. Under **Linux development with C++**, expand **Optional Components**, and choose the components you need. CMake support for Linux is selected by default.
@@ -101,7 +101,7 @@ The target Linux system must have **openssh-server**, **g++**, **gdb**, and **ma
101101
sudo apt-get install openssh-server g++ gdb make ninja-build rsync zip
102102
```
103103

104-
You may be prompted for your root password to run the sudo command. If so, enter it and continue. Once complete, the required services and tools are installed.
104+
You might be prompted for your root password to run the `sudo` command. If so, enter it and continue. Once complete, the required services and tools are installed.
105105

106106
1. Ensure the ssh service is running on your Linux computer by running:
107107

@@ -139,7 +139,7 @@ The target machine running Fedora uses the **dnf** package installer. To downloa
139139
sudo dnf install openssh-server gcc-g++ gdb ninja-build make rsync zip
140140
```
141141

142-
You may be prompted for your root password to run the sudo command. If so, enter it and continue. Once complete, the required services and tools are installed.
142+
You might be prompted for your root password to run the sudo command. If so, enter it and continue. Once complete, the required services and tools are installed.
143143

144144
1. Ensure the ssh service is running on your Linux computer by running:
145145

0 commit comments

Comments
 (0)