搜索资源列表
用VC++6.0实现PC机与单片机之间串行通信的方法
- 详细介绍了在Windows环境下应用VC++实现PC机与单片机的几种串行通信方法,给出了用Visual C++6.0编写的PC机程序和用C51编写的单片机通信程序。经实际应用系统运行稳定可靠。-detail in the Windows environment applications VC PC and SCM several serial communication method, we use Visual C 6.0 prepared by the PC and procedures u
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编
用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!
PC机与51单片机之间的串口通讯,VB编的,分PC和单片机两部分
- PC机与51单片机之间的串口通讯,VB编的,分PC和单片机两部分
用单片机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.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
51单片机的rs458总线的c语言源代码
- 51单片机的rs458总线的c语言源代码,适用于单片机之间的458的通讯,51 bus rs458 microcontroller c language source code, apply to the 458 single-chip communications between
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
tongxin
- VC与单片机之间的串口通信,上面东西很有用,可以帮助初学者编写程序-VC with the single-chip serial communication between the top, something useful that can help beginners programming
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
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手机与单片机通过蓝牙连接,实现了数据通信。