搜索资源列表
51单片机IO口模拟串口通讯C源程(单片机)
- 单片机串口调试小程序,是单片机之间的通信的-small microcontroller serial debugging process, the communication between the microcontroller's
用VC++6.0实现PC机与单片机之间的数据交换
- 用VC++6.0实现PC机与单片机之间的数据交换-VC 6.0 PC and SCM data exchange between the
PC机与单片机通信
- 上位机与单片机之间的通信,非常的容易,看了你也便会!-PC and communication between the microcontroller, very easy to read you will!
RS232.rar
- 包括232通讯电路/蓝牙模块/51单片机之间的串行通讯电路图 ppt讲解 可靠的C语言实现代码,Including 232 communications circuits/Bluetooth Module/51 single-chip serial communication between the ppt on the C language to achieve a reliable source
VB
- PC机与51单片机之间的串口通讯,VB编的,分PC和单片机两部分-PC-51 single-chip serial communication between, VB series, sub-PC and SCM in two parts
vb232
- VB上位机与单片机之间的传输,上位机程序,以0-255传送,上位机可以接受单片的返还值-VB between PC and SCM transmission, host computer procedures to 0-255 transmission, host computer can accept the return of the value of single
SPI
- 实现stc单片机,两个单片机之间的SPI通讯。单主单从-Stc achieve single-chip, two single-chip communications between the SPI. Single-master single from
AD_DA
- AD/DA转换的方法以及与单片机之间的接口-AD/DA conversion methods as well as the interface between single-chip microcomputer
usbtongxun
- 介绍了与51 单片机USB 接口的PC 主机在Windows 环境下软件设计过程。驱动程序由DriverStudio 生成, 动态链 接库和应用程序分别采用Visual C++ 和Visual Basic 编写。实现了PC 机与单片机之间通过PDIUSBD 12 芯片进行数据通讯 的功能。-Abstract : The design of software under Windows in PC linking 51MCU with USB interface is presented
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
li
- PC机与单片机之间通过串口进行通信 已测试通过-Between PC and MCU to communicate through the serial port have been tested
double
- 分两个程序:接收端和发送端都有程序,实现两个单片机之间的串行通信,且在protuse仿真平台实现过。-Two procedures: the receiving end and sending end are the procedures to achieve between the two single-chip serial communication, and simulation platform in protuse too.
functionalelectronicbell
- 本文设计实现的是一个多功能数字电子钟,其功能为:24小时制时、分、秒的时间显示,具有整点报时功能;年、月、日及星期的日历显示;具有秒表功能;可显示当前环境温度;可通过按键对各时间信息进行调整。系统采用单片机AT89C52作为主控芯片。系统中的显示模块采用LCD1602液晶显示器实现。LCD1602可以显示两行字符,每行16个字符,能够满足本系统的显示要求。系统中的温度采集模块采用DS18B20芯片实现。DS18B20体积小,其输出量是数字量,可直接与单片机通信,且为单总线传送,可简化电路,大大减
chuankou
- MSP430异步串口程序,实现简单的协议,既可以用于单片机之间通信,也可以用于单片机与PC机通信。-MSP430 UART procedures, to achieve a simple agreement, both can be used for communication between the single-chip, single-chip can also be used for communication with the PC.
c51_RS232
- 用两块51单片机基于RS232实现单片机之间的串行通信。又从机检测到当地温度,然后由主机查询,从从机读得温度数据。该程序时C51程序。-MCU with 2 RS232-based serial communication between the SCM. And from machine to detect the local temperature, and then by the host queries, from the temperature data from the machin
com
- 两台AT89S52单片机之间的通信,用的是中断协议,本人经多次测试-AT89S52
单片机之间双向通信
- 单片机双向通信案例,包含仿真电路及hex文件(SCM two-way communication case, including the simulation circuit and hex file)
单片机之间双向通信
- 单片机之间双向通信,基于51单片机实现该功能(Two-way communication between Singlechip)
单片机间串口通信
- 实现单片机之间串口通信,c语言,可用于51单片机(Realizing serial communication between Singlechip)
android与单片机之间的蓝牙通信综合设计
- 利用蓝牙实现Android手机与单片机之间数据通信。具体是将Android手机收集到的周围声音分贝等级通过蓝牙传输给单片机,来确定单片机的流水灯所亮的个数。将Android手机与单片机通过蓝牙连接,实现了数据通信。