tags: STM32-serial communication protocol
forward from:
Many times, debugging hardware needs to output some debugging information with serial port. It is very convenient to receive the computer USB port. The serial debugging software is much more convenient. It is used to it. It is most convenient for serial debugging assistants. This is also a person who knows. How to use the serial debug assistant.
Windows computer
USB interface cable (for connecting hardware and computer usb interface)
1
Download "Serial Admission Assistant", Baidu direct search.

2
By default installation or custom installation, this software is relatively flexible, generally does not appear path problems
3
Double-click to run, the main interface is as follows:

4
First select the baud rate according to the information sent by the serial port, this baud rate is based on the actual needs, to ensure that the transceiver is consistent, otherwise it may not receive the data, sometimes it can be received, but it is garbled

5
According to the transfer protocol, set the data bit, check bit, stop bit, these three need to be consistent with the sender, generally the default setting 8-N-1

6
After connecting the hardware, select the transfer port, corresponding to the USB port on your computer.

7
Set data transceiver mode, choose according to actual needs

8
Click "Run" to send and receive packets

9
The serial debugging assistant can also debug TCP / UDP packets, where the method is similar to the former.


END
This software is relatively simple, and other functions have grown hard.
If you have any mistakes, you are welcome to comment.
The question is a bit confusing. I want to use the serial port to debug Modbus, GPS, or something, but I don’t have hardware at hand, what should I do? In fact, byte KEIL MDK and VSPD (the two s...
Features: Under the 32 development board, the process of using software simulation in Keil MDK and virtual serial software VSPD to complete serial communication. Similar articles are used to use the C...
I won't talk nonsense, and post the source code directly. If you understand my source code, I think the probability of 90%can solve your hexadecim display problem. Notice! Notice! Notice! QT low versi...
C#DataGridView Form displays the control, which is very easy to cause the software card to die. If the data has been displayed quickly, the first 8-9 items are okay. Once the number of rows is particu...
At the beginning, my code about characters was like this: This is like this after changing: To convert the Qbytearray data type, to display Chinese correctly, you need to use QString :: FromLocal8bit....
The first explanation is the windows operating system, please YY for other systems. . . . . Connect the device you need to debug to the computer, then right-click [My Computer], follow the path below ...
Serial debugging assistant, network debug assistant Serial debugging assistant Network debugging assistant Download method If there is any other question of WeChat scanning the QR code Serial debuggin...
1. Equipment: Computer. 2. Software: Configure Virtual Serial Port Driver. 3. Software: Serial Admission Assistant. 4. Our own development tool. First, establish a virtual serial port Open Configure V...
During the development process, sometimes there are more peripherals and insufficient serial ports, and the other expansion serial port is extremely inconvenient. At this time, you can use the debug s...
Title: How to quickly develop a concise serial debug assistant with a simple interface, packaged executable program Articles directory Title: How to quickly develop a concise serial debug assistant wi...