搜索资源列表
rfidapi
- 用在32位计算机上的串口通信打包接口库文件.前面的各种结构体,除了因为字宽原因, 使用了不同数据类型以外,实际效果与相应的单片机程序接口是一致的.平台独立.-with 32 computers in the serial communication interface library package. In front of the structure, in addition to the reasons for wide characters, the use of different
drilling20050927
- 六串口的RABBIT CPU单片机开发的通信程序。-six Serial Port RABBIT CPU development of communications procedures.
c51uarttest
- c51单片机串口测试程序,用来测试c51单片机的串口通信性能-c51 uart test
Calculate
- MSP430单片机串口通信时寄存器的计算程序-MSP430 single chip register when the serial communication program
Serial_Communication
- 此程序用于单片机RS232串口通信,主要应用于各模块之间的通信,也可与上位机进行通信实现控制-This procedure for single-chip RS232 serial communication, mainly used in communication between the modules can also communicate with the PC control
ScommAssistant
- 此程序利用MFC技术结合MSComm控件,使用C++语言编写。程序功能包括:手动设置串口参数,串行接收和发送数据,可以显示接收数据和保存接收数据等功能。此程序可以作为单片机与微机串口通信时的调试工具。-This program combines the use of MFC technology MSComm control, the use of C++ language. Program features include: manually set the serial port param
CommTest
- 一个串口通信的软件,可以实现上位机之间,上位机与单片机之间的串口通信,只是上位机的程序-A serial communication software can be achieved between the host computer, host computer and the microcontroller serial communication between the only host computer program
AT128_UART
- ATMEGA128 UART通用通讯程序 ICCAVR版本-ATMEGA128 UART common communication procedures ICCAVR version
51Serial
- 51单片机的串口通信程序,挺好的可以试试看哈-51 microcontroller serial communication program, very good to try and Kazakhstan
VCPP(method1)
- 此程序是利用VC++实现PC机与单片机串口通信任务(方法1)-This procedure is achieved using VC++ Serial Communication PC, and the task (method 1)
VCPP(method2)
- 此程序是利用VC++实现PC机与单片机串口通信任务2(方法2)-This procedure is achieved using VC++ Serial Communication PC, and Task 2 (Method 2)
VB-serial-communication
- 在本文提供的串口通信程序设计中,除了PC与PC串口通信外,PC与单片机、PC与智能仪表、PC与PLC、PC与GSM短信模块等串口通信任务的实现均采用MSComm控件。-In this article, serial communication program designed to provide, in addition to PC and PC serial communication peripherals, PC and SCM, PC and smart instrumentation
16-RS232
- 串口通信的程序,可是实现单片机与上位机的通信-Serial communication program, but the MCU and host computer communication! ! !
PcToAvr
- 该程序基于VS2005,实现了PC机到微控制器之间的串口通信,基于MSCOMM控件,PC可向单片机发送特定指令,控制器可向单片机发送状态量。-THIS PROJECT IS A SERIAL PROGRAM BASED VS2005 USING VC++ LANGUAGE, REALIZING THE COMMUNICATION BETWEEN THE PC AND MCU.
serial_comu_PC_MCU
- vb编写的PC机与单片机串口通信程序设计-vb prepared by the PC and MCU serial communication programming
temperature-control
- 单片机控制水温的串口通信界面程序,利用了COM编程-SCM Serial port
communication
- 51单片机和上位机串口通信程序。非常简短的代码,适合初学者学习使用。-51 MCU and PC serial communication program. Very short code, suitable for beginners to learn to use.
cktxsy
- 串口通信收发调试实验程序,是一款上位机软件,内有全部代码,实现与单片机的通信,是学习上位机编程的一个很好实例-visual c++,MSComm
Modbus
- 基于Modbus通信协议的串口通信程序。通过串口和单片机通信。程序主要分为串口类,Modbus类,和主界面操作类,有详细的注释。类封装的很好,可重用。-Modbus communication protocol based on serial communication program. Communication via the serial port and the microcontroller. Programs are divided into serial category, Mo
串口通信
- 自己编写的一个串口通信应用程序,能够直接与单片机等进行通信,可以测试单片机的功能。。。