?About the author: A Matlab simulation developer who loves scientific research. He cultivates his mind and improves his technology simultaneously. For cooperation on MATLAB projects, please send a private message. Personal homepage: Matlab Research Studio Personal credo: Investigate things to gain knowledge. For more complete Matlab code and simulation customization content, click Intelligent optimization algorithm […]
Tag: port
Nginx supports SNI certificate, which has been used by ssl_server_name
I have compiled some information online and recorded it here for your reference What is SNI? In traditional application scenarios, a server corresponds to an IP address and a domain name, using a certificate containing domain name information. With the popularization of cloud computing technology, the virtual machine in the cloud has an IP, corresponds […]
STM32Cube serial port USART sends and receives data
The code in this article uses the HAL library. Article directory Preface 1. USART synchronous/asynchronous serial receiver/transmitter 2. USART schematic diagram 3. CubeMX creation project 4. usart.c file analysis 5. Design experiments: Enter characters into the serial port to light up the LED Experimental phenomena: Summarize Foreword This article introduces the implementation of USART asynchronous […]
stm32 serial port multibyte reception
If you don’t want to see it, you can directly use git to download my code. The project inside is quite complete. I will slowly add comments and the like later. Code cloud address: stm32 study notes: stm32 study notes source code If you don’t know how to use git to download quickly, you can […]
stm32 serial port sends data packets for analysis to achieve human-computer interaction
Serial port sending and receiving parsing data packets Students who have studied stm32 know that it is very convenient to use the serial port to communicate with 32. In the official process of punctual atoms, we can see that in the serial port interrupt service function, a sixteen-bit data is used for the received data. […]
STM32 Getting Started Notes 11_USART serial port data packet + case: USART receives HEX data packet USART receives text data packet
USART serial port data packet Data mode HEX mode/Hex mode/Binary mode: Display in the form of raw data Text mode/Character mode HEX data packet Fixed package length, including header and tail Variable packet length, including header and tail Text packet Fixed package length, including header and tail Variable packet length, including header and tail HEX […]
stm32f103c8t6 serial port data packet sending and receiving
Hardware resources: The stm32f103c8t6 microcontroller is used as the main control, the CH340USB to serial port module is used to send and receive serial port data, and the 0.96-inch display screen that supports the IIC protocol is used to display the effect. Wiring diagram: Project ideas: ①: What is a serial port data packet? A […]
ssm820 Implementation of tax portal based on web technology + vue
The article only shows part of the content. For detailed thesis and demonstration videos, you can send a private message to my KouKou. Graduation project (thesis) Title: Tax Portal Summary The fast-paced development of the modern economy and the constantly improving and upgrading of information technology have upgraded traditional data information management to software storage, […]
cereal: an open source serialization library that supports C++11
cereal: open source serialization library supporting C++11 Article directory I. Introduction 2. Introduction to ceiling 3. Download and use of ceiling One: Introduction Serialization When programmers write applications, they often need to store some of the program’s data in memory, then write it to a file or transfer it to another computer on the network […]
Experiment report 1: Use of database tools and creation and management of databases
Use of database tools and database creation and management 1. Experiment purpose 1. Master database definition and deletion. 2. Master the definition, modification and deletion of basic tables. 3. Master adding and deleting constraints. 2. ExperimentContent Operating system: Windows 10 Database management system: SQL Server 2017 SQL Server database creation The reference is the content […]