搜索资源列表
jiyuUARTtongxun
- 这是自己写的基于单片机89s52的UART口的双机通讯-This is based on their writing SCM 89s52 UART mouth of the two aircraft communications
P89C58T
- 单片机RS232/RS485串行发送实验(双机通讯)。 实验步骤: (1),准备两台598K实验机,确定1号机为发送,2号机为接收; (2),当作RS232接口实验时,1号机和2号机的P3.0和P3.1交叉相连,且两机共地; (3),当作RS485接口实验时,1号机和2号机的A、B作对应连接,同时1,2号机的R/TEN接P1.0, P3.0接R0, P3.1接DI。 (4),先运行2号机,键入[27]-->[EV]使2号机处于接收状态P。,后运
m1
- 用C51开发的单片机多机通讯程序,其中包括双口RAM的读写程序。 这个程序调试通过,应用在我开发的系统中,效果很好。
tongxin
- 单片机双机通讯 通过两片单片机实现互相通讯
Serial
- 采用两块51单片机通过串口实现双机通讯,其中一个作为数据发送,另一个是数据接受!是学习串口通讯甚至无线通信的好例子
rs485
- 基于51单片机,实现RS232和RS485的双机通讯,内附详细说明!
ppcomun
- 51单片机双机通讯程序,大家可以下载来
danpianjishuangjitongxunfangshi
- 单片机双机通讯(方式1) 单片机双机通讯(方式1)
communicate.rar
- 基于实时调度器的单片机双机通讯测试程序。,Real-time scheduler based on the single-chip dual-machine communications test procedure.
shuangjitongxun
- 在两个51单片机之间实现双机通讯,可以发送数据-51 in two two-machine communication between the microcontroller can send data
51COM1
- 单片机双机通讯讯,帮助初寻者理解双机通讯原理-Single-chip dual-machine communication inquiry, to help find those who understand the beginning of two-machine communication principle
51
- 51单片机模拟串口的三种方法,简单易用,可满足双机通讯-err
spicommunication
- spi应用之双机通讯 51单片机 源代码 包括C和HEX-Application of dual-spi communication
com
- 双机通讯程序,适用于两块单片机的双机异步通讯,型号为51系列。-Two-machine communication procedures, applied to two single-chip asynchronous dual-machine communications, Model 51 series.
mark
- 单片机 双机通讯 单片机双机通讯单片机 双机通讯 单片机双机通讯-mcu
CommunicationBetweenTwoMachines
- 基于KEIL的单片机的双机通讯实验 其中,甲机和已机作为通讯的两端-Communication Between Two Machines
AVRSPI
- AVR单片机双机通讯,区别于USRT,具有很好实用性-The AVR two-machine communication, different from the USRT, with good usability
twocommunication
- 单片机双机通讯,主机是用软件模拟iic,从机在硬件iic中断里面接收数据,单片机是2种不一样的MCU!-Single-chip dual-machine communication, the host is a software simulation iic, iic interrupt from the hardware inside the machine receives data, the microcontroller is two kinds of different MCU!
stm8_avr
- stm8单片机双机通讯,主要是协议!底层基本是通过,上层的东西需要自己去写!-stm8 communication with two MCU and protocol is very important!
双机通讯
- 单片机直接进行双机通讯程序;由于当发送中断发生的时候、接收中断发生的时候。中断号都是4,都会进入中断子程序,这里就通过if(RI===1)很巧妙的解决了这个问题。也就是说,只有接收中断发生后才会执行if内部的程序。(A single chip computer directly carries out a two machine communication program; because when the interrupt occurs, the receiving interruption