搜索资源列表
单片机串口发送和接受驱动程序
- 单片机串口发送和接收驱动程序,一直在用,绝对没有问题!
UART_Shower.rar
- 本程序实现电脑与单片机的串口连接,类似于一个虚拟示波器。能完成数据的连线画点和数据的任意发送。,VC++
communications
- 单片机串口通信应用程序,可通过串口发送接收收据来达到通信的效果。-Single-chip serial communication applications can be sent through the serial communications to receive a receipt to achieve results.
C8051
- C8051F系列单片机串口通讯程序,串口编程--接收PC发来的字符串,回发字符串.发送期间中断控制LED灯闪烁-C8051F series single-chip serial communication program, serial programming- PC sent to receive the string, back-fat string. Sent during the interruption of control blinking LED lights
51RF
- 基于8051单片机的发送和接收程序 不错的代码 应用于串口传输-基于8051单片机的发送和接收程序 不错的代码 应用于串口传输
sending-data
- 51单片机串口发送数据,适合于初学者的学习,阅读。有详细的讲解与注释-51 microcontroller serial port to send data, suitable for beginners learning to read. Detailed explanation and comment
send-messages-to-the-flash
- 单片机串口发送数据,mfc对话框接收给flash文件发送键盘消息-Microcontroller serial port to send data, mfc dialog receiver to send keyboard messages flash file
chuankou
- 用电脑向单片机串口发送数据,单片机接收到后控制继电器的开关-Use the computer to the single-chip microcontroller serial port to send data after receiving control relay switch
05_Lesson5_STM8S_UART
- 该例程是基于STM8单片机的MAX485通信,里面包含了串口接收与发送函数!(The routine is based on the STM8 microcontroller MAX485 communication, which contains the serial port to receive and send functions!)
C#直流电机pid调速
- 用C#编写的串口调试软件,下位机在STM32上测试通过,下位机发送数据的格式如printf("%s%f%s%f%s",":"x1":"x2":")单片机串口发送数据(Written in C# serial debugging software, the lower computer on the STM32 test passed, the lower machine to send data format, su
MSP430烧录上传
- 将MSP430单片机烧录程序,按字节,从串口发送出去(Updata MSP430 txt from comx.)
UART发送接收
- stm8串口与上位机进行通信,上位机先发送数据给单片机,单片机再将数据反馈给上位机(Stm8 serial communication with the host computer through the computer, sends the data to the MCU, MCU and data feedback to the host computer)
串口向PC及发送字符
- 51单片机串口测试,向PC发送字符,带串口调试软件。(51 singlechip serial test, send characters to the PC, with serial debugging software.)
TLC2543和串口
- 单片机利用A/D TLC2543实现数据采集的C语言代码和利用单片机向上位机发送数据的串口程序(A/D TLC2543 C language code)
TCPServer-增氧监控
- 通过TCP/IP协议,获取数据,将数据通过串口发送到下位机、单片机,实现对单片机的控制。(Through the TCP/IP protocol, the data is acquired, and the data is sent to the lower computer and the MCU through the serial port, so as to realize the control of the microcontroller.)
notes_20171205091629
- 实现51单片机与电脑的串口通信,单片机发送,电脑接受到返回数据(Realize the serial port code of the single chip computer and the computer)
chuankou
- 利用QT读取单片机发送的串口数据,并实时显示心电波形图。子线程接收数据,主线程画图(Using QT to read the serial data sent by single chip microcomputer and display the ECG waveform in real time. Zi Xiancheng receives data, master thread drawing)
DS18B20
- 51单片机,ds18B20测温,串口发送温度数据给电脑(Single chip microcomputer 18B20 temperature measurement serial transmission)
单片机
- 单片机串口通信例子。 如:1.在code中设置两个一维无符号字符型数组,数组共有5个元素,每按键一次,将数组数据发送一次。若P3.4=0,发送第1个数组数据,否则发送第2个数组数据。 2.与“1”配对,接收发送方的数据,接收经偶校验正确的数据放在20H-24H单元,接收后根据P3口拨码开关的值显示20H-24H单元的内容。P3.7P3.6P3.5P3.4=0000、0001、0010、0011、0100分别显示20H、21H、22H、23H、24H的值。(An example of seri
上位机串口
- 上位机通过USART与单片机通讯,可以实现字符和数字的发送和接收。(The upper computer which communicates with single chip microcomputer is written by C#)