搜索资源列表
串行通信及AD转换实验
- motorola 单片机 A/D转换, 单片机异步串行通信 -A / D converter, microcontroller asynchronous serial communications
串行通信asm
- 串行通信子程序,用汇编,51单片机类型,51——51,51——PC等-serial communication subroutine, with a compilation of 51 types of SCM 51-60 -- 51 51-60 -- PC
89C51 单片机I_O 口模拟串行通信的实现方法
- 89C51 单片机I_O 口模拟串行通信的实现方法--Simulate I_O serial port communication in 89C51 SCM.
自动检测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 serial interfaces of multi-
基于单片机的电子密码锁设计_单片机课程设计报告
- 基于单片机的电子密码锁设计_单片机课程设计报告
RS232.rar
- C51单片机的串行通信 包括电路原理图/ppt的原理介绍以及多个C语言代码,C51 single-chip serial communication, including circuit schematics/ppt to introduce the principle, as well as a number of C language code
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
af
- MATLAB环境下PC机与16位单片机串行通信实现-matlab
chuanxingTX
- 本程序是用C51编写的,实现两个单片机的串行通信,源文件中还带有PROTEUS仿真文件,非常适合初学者学习使用!-This procedure is the preparation of the C51, the achievement of the two single-chip serial communications, the source of the document with the PROTEUS simulation paper also ideal for beginners
vc
- 用VC++6.0实现PC机与单片机之间串行通信的方法 用VC++6.0实现PC机与单片机之间串行通信的方法 -With VC++6.0 to achieve between PC and MCU serial communication method using VC++6.0 to achieve between PC and MCU serial communication method
cuankou
- 实验名称:串行通信实验 实验目的: (1) 了解MCS-51单片机串行口(UART)的结构、PC机串行通信的基本要求、串行通信的原理和数据交换过程,掌握单片机与单片机间以及单片机与PC机间进行串行通信的编程方法。 (2) 掌握存储器扩展接口电路的设计方法;掌握单片机内部RAM和外部RAM之间数据传送的特点。 实验类型:验证 实验学时:2学时 每组人数:1人 实验内容:单片机之间串行通信实验:甲机将存储在片外RAM的一组立即数(00H~0FH)通过串口发送到乙机,乙机接收
FPGA
- fpga和单片机串行通信接口实现。主要对于接口的理解 -fpga and the realization of single-chip serial communication interface. For understanding the main interface
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
serialports
- 51单片机串行通信程序,使用两种单片机、处理系列单片机。-51 SCM serial communication program, use two microcontroller, the procedure of serial microcontroller.
89e51uart
- 51单片机串行通信程序,通过串行口实现多机通信-51mcus communicate by uart
51danpianji
- 是一本有关单片机应用与实践的实验操作书,是单片机爱好者入门的操作的好例子,并包含源程序和相应的电路图 主要内容: 1.实验电路板介绍,功能及特点 2. MCS-51单片机及其开发系统(仿真器)的认识, MCS-51 I/O引脚输入/输出,外中断实验,LED显示与定时中断,I/O口扩展与定时器T2中断,I/O扩展与键盘接口电路,并行通信及MCS-51与并行打印机接口,点对点串行通信,I2C总线,PCF8536使用,无线解码,LCD的使用,SPI的通信,ISD4000系列语音芯片的使用-
串行口通信程序
- 基于modbus协议的上位机和单片机串行通信的程序(serial communication between PC and microcontroller program based on Modbus protocol)
简单模拟串行通信2017-10-10 (1)
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;(The use of single-chip arbitrary IO port with the method of software simulation method to realize asynchronous serial data transmission, and
IAP15F4K-串口通讯-和校验(中断方式)
- 使用单片机实验板,在Keil C开发环境中编写串口发送和接收程序。在串口发送和接收程序中编程增加校验位,使用逻辑分析仪捕捉单片机串口引脚发送和接收数据的波形,并与串口接收和发送的数据进行比较。(Using SCM experiment board, in the Keil C development environment to write serial send and receive program. In the serial sending and receiving program,