搜索资源列表
SPIC
- 一个SPI的实例,通过SPI实现两机通讯, 采用中断方式实现双全工通讯。 本例用两MEGA8515实现,C语言版本-an example, the SPI communication between the two machines used interruption means full-duplex communication. The two cases with MEGA8515 achieve, C language version
SPI_AVR_shiyan
- AVRd的SPI实验,实现两机通讯,大家可以看看.-AVRd SPI experiment and achieve two machine communications, we will look at.
AVR-SPI-
- AVR单片机SPI通讯实例程序,一个SPI的实例,通过SPI实现两机通讯, 采用中断方式实现双全工通讯-AVR SPI communications procedures example, an example of SPI, SPI achieved through two machine communication, interrupt communications for achieving 72
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。,后运
tongxin
- 单片机双机通讯 通过两片单片机实现互相通讯
Serial
- 采用两块51单片机通过串口实现双机通讯,其中一个作为数据发送,另一个是数据接受!是学习串口通讯甚至无线通信的好例子
AVRspi
- 本人的一个SPI的实例,通过SPI实现两机通讯, 采用中断方式实现双全工通讯。 本例用两MEGA8515实现,连接为: MISO----MISO MOSI----MOSI SCK ----SCK /SS ----/SS 将要发送的数据加载到发送缓冲区的函数fill_tx_buffer 和从接收缓冲区读出数据的函数read_rx_buffer未给出, 根据各自需求请自己完成。
about_mscomm.ocx_program
- 这是一个有关用msc通讯控件,vc编写的上位机通讯程序,有接受和发送两部分
自动检测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-
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
C51 MODBUS 多机通讯程序
- 此程序为多机通过走 MODBUS 协议进行双机通讯,主机可以任意选择从机地址对这两台从机发送指令,有含 CRC 校验,最多可以挂 254 个从机.
temperature.rar
- 温度的多机通讯,18b20的高级应用。实现了读写两个传感器,Temperature multi-machine communication, 18b20 advanced applications. Two sensors to achieve the reading and writing
VB
- PC机与51单片机之间的串口通讯,VB编的,分PC和单片机两部分-PC-51 single-chip serial communication between, VB series, sub-PC and SCM in two parts
com
- 双机通讯程序,适用于两块单片机的双机异步通讯,型号为51系列。-Two-machine communication procedures, applied to two single-chip asynchronous dual-machine communications, Model 51 series.
sjc3a
- 功能: 1、作为主机通讯采集两路下位机数据并将此数据通过8255送出(十路水位值) 并计算水头送STC板 2、采集数据为BCD码制,先转换成二进制,处理后再转换成BCD 3、通讯采用方式3,多机通讯,上位机发地址时TB8=1,其他TB8=0 下位机SM2=1,RB8=1时产生中断后使SM2=0收发数据,结束后SM2=1 在此系统中本机硬件地址要设为0-Features: 1, as the host of two-way communication acquisit
yeweiji0
- VB 和keil c51两种语言编写,实现液位计和上位机通讯-vb keil c51 communication liquidometer
TC35
- TC35是Siemeils公司推出的新-代无线通信GSM模块。自带RS232通讯接口,可以方便地与PC机、单片机连机通讯。可以快速、安全、可靠地实现系统方案中的数据、语音传输、短消息服务(Short Message Service)和传真。TC35模块的工作电压为3.3—5.5V,可以工作在900MHz和1800MHz两个频段,所在频段功耗分别为2w(900M)和1w(1800M)。-TC35 is Siemeils the company' s new- generation wirel
aaa
- 设计两个单片机实现双机通讯功能。通讯方式自选,需要有数据校正功能,校正方式可自己设计。 一台单片机作为99秒定时器,每隔一秒的时间,计时器自动加一,计时器个位满十向高位进位,累计计时99秒即清0重新计数。 另外一台单片机通过串行通讯接口与99秒定时单片机通讯。通讯单片机通过P1口外接4-5个按键,键值从P1口读入,通过串行通讯键值可传输到秒定时器单片机一端。秒定时单片机根据串行通讯传来的键值,可实现定时器的启动、停止、清零功能。-Designed to achieve double tw
Two-machine-communication
- 双机通讯 文件包括两个代码 代码甲为主机 代码乙为从机 实现双机通讯功能-Two-machine communication documents, including a two code code code B from the host machine to achieve double communication
wuxian
- 两机无限通讯,串口发送数据,在发送无限信号,接受无线信号,在发送到串口显示数据-Two-machine wireless communication, the serial port to send data, send unlimited signal receiving wireless signals, serial display data sent to the