搜索资源列表
单片机串行通信仿真与实现
- 基于51单片机的串行通信程序
89C51 单片机I_O 口模拟串行通信的实现方法
- 89C51 单片机I_O 口模拟串行通信的实现方法--Simulate I_O serial port communication in 89C51 SCM.
用VB6实现仪器串口通信及检测功能
- 随着Windows98的推出,越来越多的微机用户已习惯于Windows操作系统。不过Windows应用软件的开发对于一般工程技术领域的技术人员来说并非易事,然而使用微软的VisualBasic6.0(简称VB6)来开发这些方面的Windows应用软件就十分方便,编程工作量相对较小,只需进行主要应用功能的编程和少量界面控制的编程。本文介绍利用VB6串行通信编程的方法对采用了RS-232接口的仪器,进行串行通信的计算机测控软件开发和实现仪器
自动检测80C51串行通讯的波特率
- 文介绍一种用单片机普通I/O 口实现串行通信的方法,可在单片机的最小应用系统中实现与两个以上串行接口设备的多机通信。附有电路图和源代码。-text introduces a microcontroller I/O port serial communications, in the smallest single-chip microcomputer application system to achieve more with two
用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 prepa
在Windows95下PC机和单片机的串行通信
- 在Windows95下PC机和单片机的串行通信,该程序也可以用在其他windows系统下-under Windows 95 PC and the MCU, the program can also be used in other windows system
串行通信asm
- 串行通信子程序,用汇编,51单片机类型,51——51,51——PC等-serial communication subroutine, with a compilation of 51 types of SCM 51-60-- 51 51-60-- PC
基于VC 6_0的串行通信设计与实现
- 这是关于VC与单片机串口通信的资料,学习后很受启发,-on VC and SCM serial communication of information, after learning a great deal of enlightenment.
VC-COM
- 用VC++6.0实现PC机与单片机之间串行通信的方法.doc-VC 6.0 PC and SCM serial communication between the methods. Doc
PCtoMCU
- 用于PC机与单片机之间串行通信,上位机VC++,下位机C51-for PC and serial communication between the microcontroller and PC VC, the next crew C51
com_serail_51
- 基本包含了单片机通讯的全部通讯方式代码,包括带纠错码的串行通信,8051与8051点对点通讯,8051与PC机间通讯,全双工和半双工通讯。-microcontroller contains basic communication code all forms of communication, including error-correcting codes with the serial communications 8051 and
uart
- 一步 教你51_PC串口通信 实现单片机串行通信的c语言程序-Step 51_PC teach you realize single-chip serial communication serial communication c language program
ChuanXing
- 单片机串行通信的源码,具体的通信功能就不用说了吧-Single-chip serial communication source, the specific communication function would not have said it
COM_CRC
- 单片机串行通信时要用的CRC校验源码,带源函数,可方便移植-Single-chip serial communication when using the CRC checksum source, with source function, can be easily transplanted
jp
- 带4*4键盘的89C51单片机串行通信系统,其中包括了Proteus的仿真电路-4* 4 keyboard with the 89C51 single-chip serial communication system, including circuit simulation Proteus
serialports
- 51单片机串行通信程序,使用两种单片机、处理系列单片机。-51 SCM serial communication program, use two microcontroller, the procedure of serial microcontroller.
tongxin
- 这是一个单片机与单片机串行通信的程序,应该对有人的有用。-This is a microcontroller serial communication with the MCU program, it should be useful for some people.
89e51uart
- 51单片机串行通信程序,通过串行口实现多机通信-51mcus communicate by uart
简单模拟串行通信2017-10-10 (1)
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;(The use of single-chip arbitrary IO port with the method of software simulation method to realize asynchronous
串行通信
- 计算机与单片机之间实现串行通信,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, whic