4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 20:03:48 +08:00
This commit is contained in:
Meco Man 2021-01-14 23:47:49 +08:00
parent e93cbcb371
commit 1915c4027a
2 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ vconsole_switch(dev);
#### 4.1.5 Step 5 #### 4.1.5 Step 5
Download the new program to your blue pill board. Re-plug the USB cable and you will find that a new serial (virtual com) device is found in your computer. Now, you can get rid of the UART-USB adapter by using USB as a console and send commands through USB cable. If you reset or reboot the blue pill board, you still need to re-plug the USB cable. Download the new program to your blue pill board. Re-plug the USB cable and you will find that a new serial (virtual com, 115200) device is found in your computer. Now, you can get rid of the UART-USB adapter by using USB as a console and send commands through USB cable. If you reset or reboot the blue pill board, you still need to re-plug the USB cable.