搜索资源列表
51单片机IO口模拟串口通讯C源程(单片机)
- 单片机串口调试小程序,是单片机之间的通信的-small microcontroller serial debugging process, the communication between the microcontroller's
基于VB实现PC机与单片机的串行通讯
- 基于VB实现PC机与单片机的串行通讯 随着计算机技术尤其是单片微型机技术的发展,人们已越来越多地采用单片机来对一些工业控制系统中如温度、流量和压力等参数进行检测和控制。PC机具有强大的监控和管理功能,而单片机则具有快速及灵活的控制特点,通过PC机的RS-232串行接口与外部设备进行通信,是许多测控系统中常用的一种通信解决方案。因此如何实现PC机与单片机之间的通讯具有非常重要的现实意义。本文将论述在VB环境下PC机与单片机之间实现串行通讯的软硬件方案。PC机的通讯程序使用Visual Basic编
MCU_communication
- 该程序实现了多个单片机之间的通信,并附有详细的程序流程图和文字注释-the program a number of communications between the MCU, with a detailed flow chart and written procedures Notes
Programfor Serial Communication between PC and Single
- 使用 VC++6.0 提供的串行通信 MSComm 控件以及 Windows API 函数实现 PC 机 和单片机之间的通信。详细介绍了实现的方法,给出了应用实例。 -use the serial communication MSComm and Windows API function PC and communication between the microcontroller. Details on the methods to achieve, an example of
232
- RS232通信程序,是PC机与单片机之间的通信
PS2communicationwithpc
- 标准键盘PS2与单片机之间的通信,程序经过调试正确
PC机与单片机通信
- 上位机与单片机之间的通信,非常的容易,看了你也便会!-PC and communication between the microcontroller, very easy to read you will!
用单片机C语言编程实现4台单片机之间的多机通信
- 用单片机C语言编程实现4台单片机之间的多机通信,有完整的Protues仿真源代码。,C programming language used to achieve single-chip 4 between the single-chip multi-machine communications, complete source code Protues simulation.
RS232
- RS232串口通信实验,实现计算机和单片机之间的通信-RS232 serial communication experiment, the realization of single-chip computer and communication between
comunication_51_to_51
- 在两个MCS51单片机之间进行通信的小程序,经过验证成功实现了通信功能,满足要求-MCS51 at both single-chip communications between the small program, proven successful implementation of the communications functions to meet the requirements of
11111
- 运用proteus仿真了两个单片机之间的通信,附带详细的源码,希望对你的学习有帮助。-Proteus simulation using two single-chip communication between the source incidental detail, and they hope to help your learning.
modbus-3.1
- 基于单片机的Modbus程序,用于计算机于计算机之间的通信,计算机于单片机之间的通信,单片机于单片机之间的通信。-Modbus-based SCM procedures for communication between computers in a computer, the computer in the communication between the microcontroller, the communication between the microcontroller in th
com
- 两台AT89S52单片机之间的通信,用的是中断协议,本人经多次测试-AT89S52
232串口通信
- ARM的232串口通信,主要是与ARM单片机之间的通信(ARM 232 serial communication, mainly with the ARM microcontroller communication between)
无线通信
- 实现单片机之间的无线通讯,利用STM32平台。(Realize the wireless communication between the MCU, use the STM32 platform.)
串行通信
- 计算机与单片机之间实现串行通信,10位异步通信,波特率1200,采用定时器1产生,实现计算机串口调试助手与单片机之间的双向通信;(The serial communication between computer and MCU is achieved. Asynchronous communication with 10 bits and baud rate of 1200 are generated by timer 1, which realizes two-way communicati
PCdanpianjitongxin
- 包含单片机与PC端的通信,通过信号灯来识别通信(The communication between the single chip and the PC terminal is used to identify communication through a signal lamp)
模拟串口通信
- 应用VC编写的一个模拟串口通信程序,包含串口通信的软件(An analog serial communication program written in VC, including serial communication software)
Visual C++实践与提高 —— 串口通信与工程应用篇
- 本书系统地介绍了使用Visual c++开发串口应用程序的方法。全书以串口应用为主线,由浅入深,详细讲解了使用MSComm控件和使用WinAPI方式开发串口应用程序的方法。对这两种方法的应用,分别就不同的应用要求做了详细剖析。在此基础上,又介绍了计算机和各种设备之间进行串口通信的编程方法,主要包括计算机与单片机、PLC、 Modem、射频卡以及两台计算机之间的通信编程方法。(Realizing the transmission of serial port information)
android与单片机之间的蓝牙通信综合设计
- 利用蓝牙实现Android手机与单片机之间数据通信。具体是将Android手机收集到的周围声音分贝等级通过蓝牙传输给单片机,来确定单片机的流水灯所亮的个数。将Android手机与单片机通过蓝牙连接,实现了数据通信。