搜索资源列表
new6
- 串口通讯,加一些简单的开关量控制,里面有一个简单的通讯协议-serial communications, plus some simple volume control switch, which has a simple communication protocol
SIMPLE_MCU_EXPERIMENT_BOARD
- 自制的单片机简单实验板原理图和PCB制板图,由PROTEL99设计;可以实现端口实验,定时器实验,计数器实验,中断实验,发声实验,串口通讯实验,I2C总线实验,SPI总线实验
2008.4.20
- 采用SN75LBC184来实现RS232C与RS485串行口的转换,从而使PC机具备主从式多机通讯 功能,实现对多个单片机组成数据采集终端的通讯与管理. 约定一种简单和有效的串口通讯协议,根据 这种通讯协议设计出单片机与PC机串口通讯程序
Uart.rar
- 串口通讯程序,一个带简单加密算法的串口发送程序。20位数据,每个字节只发送低七位,Serial communication program, an encryption algorithm with a simple serial port to send the procedure. 20 data, each byte is only sent a low 7
51
- 51单片机模拟串口的三种方法,简单易用,可满足双机通讯-err
11112321
- 毕业设计时制作的一套水位遥测自控系统,本系统以AT89S51单片机为主控单元,通过超声波传感器和液位变送器实现液位实时数据的检测和自动控制。系统分主控站与测控站,通过主控站的键盘可以实现对测控站的水位上下限的控制和显示。主控站与测控站之间的无线实时数据传输的解决方案采用广泛应用于无线抄表、工业数据采集系统和水文气象监控等领域的无线通信芯片nRF24L01组成无线高速数据收发模块。系统实现对所监控水位的短矩离无线测量与自动控制,利用GFSK实现数据高速传送以及较低的功耗。从测控站传送过来的数据通过
Victor
- 简单实用, 功能强大的 C++ Builder 串口控件! 本控件是免费的, 不需要注册, 有关授权及许可协议详见 license.txt 文件。 1.支持二进制数据和文本数据的收发 2.支持任意格式的数据的收发 3.支持两种数据包协议(识别每帧数据首尾的方法): ①超时判断数据首尾, 适用于与单片机和仪表的通讯 ②帧首尾和控制符, 适用于大量复杂的数据传输, 例如文件收发等-Simple, practical, powerful C++ Builder seria
MCUToolsEn
- MCUTool.exe 源代码 !!!超级单片机开发工具!!! 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-MCUTool.exe source code! ! ! Super single-
STC98c518051
- 这是一个实现串口通讯,发送与接收的源程序。用最简单的方法进行串口调试-This is a Serial communication, send and receive the source code. The simplest way to use serial port for debugging
aaaa
- 简单的串口通讯程序。。。。。。可实现单片机与pc的通讯-Simple serial communication program. . . . . . Pc can be achieved with single-chip communication
SerialCommunication
- 这是一个实现单片机串口通讯的简单例子,对初学者是很有用的-This is a microcontroller serial communication to achieve a simple example
Serial-port-wifi-module
- 串口wifi- 无线局域网wifi模块 Wi-Fi(wlan 无线局域网)作为当今无线领域最为热门的一个技术, 已经应用到各行各业中。它使用TCP标准 通讯,技术成熟可靠,传输速率快,各种配套的网络设备十分丰富,使用者接受程度最高, 全球免费使用, 是区域无线通讯的首选方案。 SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议,接口信号5V、地、RX 、TX四线连接; ◆ 模块简洁、体积小,22*60*5 mm; ◆ 用户接口开发
UARTLED
- 串口通讯编程 加led灯跑马程序的一些简单基础应用-Serial communication programming plus program led lights Happy
28
- 简单的单片机串口通讯程序,开发环境为vc++6.0-Simple serial communication program, the development environment for vc++6.0
3.10
- vb 制作的与单片机串口通讯控制灯的程序 串口波特率为4800 下位机 我用的 stc89c52rc 12M的晶振 P0口接8盏灯 初学作品 有问题大家评论 功能简单也适合初学的同学-vb production and Serial Communication program control lights The serial port baud rate to 4800 Lower machine I use stc89c52rc 12M crystal 8 l
uart
- 简单易懂的串口通讯程序,波特率始终需要自己设置-Simple serial communication program, the baud rate is always set up their own
Desktop
- c51-串口通讯例子,包括发送方和接收方的程序,此例子只是简单介绍了单片机的信息传输。-c51-serial communication examples, including the sender and the recipient of the program, this example is simply the microcontroller information transmission.
145sdf
- 简单串口通讯,适用于VC++环境,具有数据发送与接收功能。-Simple serial communications, applicable to VC++ environment, having a data transmitting and receiving functions.
实验3 MODBUS 485串口1
- MODBUS串口3实现串口通讯,稳定性高,架构简单。(MODBUS serial port 3 to achieve serial communication, high stability, simple architecture.)
简单模拟串行通信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