搜索资源列表
12路串口3路Socket口的数据收发程序foucLinux
- 一个12路串口+3路Socket口的数据收发程序 嵌入式ucLinux操作系统下调试通过,可以作为程序开发者一个很好的借鉴,掌握通信协议基本原理-a Route 12 road Socket three serial data transceiver mouth procedures ucLinux embedded operating system debugging, as developers a good draw and master the basic tenets of Commu
串口发送modbus协议CRC校验
- 串口发送modbus协议CRC校验低字节(若为查表所得数据为高字节,其实为CRC的低字节)-serial modbus connection agreement low byte CRC (if available for look-up table for the high-byte data, In fact, for low-byte CRC)
RCC串口通讯协议
- 串口通讯底层软件,编写说明二-serial communications infrastructure software, the preparation of the note 2
单片机C51串口中断接收和发送测试例程(含通信协议的实现
- 单片机C51串口中断接收和发送测试例程(含通信协议的实现)
异步通信软件模拟,基于RS-232的串口通信,RS-485的多机通信,I2C总线协议的软件实现,SPI总线在单片机系统中的实现
- 2.1异步通信软件模拟2.2基于RS-232的串口通信2.3基于RS-485的多机通信2.4 I2C总线协议的软件实现2.5 SPI总线在单片机系统中的实现
RS232串口通信协议
- RS232串口通信协议,verilog实现,通过FPGA完全调通。,RS232 serial communication protocol, verilog achieved entirely through the FPGA transfer pass.
sci_echoback.TMS320F28335 SCI 串口通信例程
- TMS320F28335 SCI 串口通信例程,485通信协议,TMS320F28335 SCI serial communication routines, 485 communication protocol
example_ellcerent.zip
- 各类源程序集锦 硬件介绍:\7290\ ZLG7290例程* \7290a\ ZLG7290汇编例程* \bell\ 蜂鸣器音乐例程* \buzz\ 蜂鸣器响例程* \eeprom\ 读EEPROM并显示例程* \ex26a_lcd\ 16×2LCD模块例程* \ex36a_lcm\ 128×64点阵LCD模块例程* \KEY_IO\ 直连KEY和LED例程 \led_light\ 直连LED例程* \lin_park\ lin模块的原码及例程。 \lin\ LIN总线例程 \rs232\ RS
C51单片机RS232串口协议详细讲解
- C51单片机RS232串口协议详细讲解,对RS232串口硬件电路有一个详细的说明。-C51 single RS232 serial protocol detailed explanation of the RS232 serial port hardware circuit has a detailed descr iption.
urt.rar
- C8051F带通信协议的串口通信通信程序,上位机发送0xAA,单片机收到后反馈0xBB,通信开始。通信结束后发送0xCC。,C8051F serial communication with a communication protocol of the communication program, host computer to send 0xAA, SCM receipt feedback 0xBB, communication began. Communications sent afte
hart_slave
- 本人上载的几个.c文件为自己所写的代码,是关于自动化设备广泛使用的HART协议的主机与从机之间的通信过程(通过串口) hart_slave.c-----HART从机主程序(采用MSP430F149单片机,IAR embedded workbench开发平台)-I uploaded a few. C files for their own written code, is the extensive use of automation equipment on the HART protoc
DS1302
- 时钟程序,大家是否想到用定时器,对,也可用定时器的中断来处理,这样的程序我想不用我说了吧! 你们可自己发辉下,本程序采用外元件DS1302时钟IC,使用此IC不增加系统资源,要时钟时直接去读取就可以了 本IC跟ADC0831一样以串口方式传送数据,不同的是协议,只要你读懂它的串口协议,就可以用P口来模拟协议进行 ,这样更能使你对传送数据协议的了解,在看本程序之前,先看看芯片的串口协议 -Clock process, whether you think using the time
Labviewcommunication
- Labview与单片机的串口通信,程序中加入例如传输协议,并具有判断传输数据可靠性功能,提取所需数据并显示图形。-Labview and the Serial communication, procedures to add such as transport protocols, and has to judge the reliability of data transmission functions, extract the required data and display graph
chuankou
- MSP430异步串口程序,实现简单的协议,既可以用于单片机之间通信,也可以用于单片机与PC机通信。-MSP430 UART procedures, to achieve a simple agreement, both can be used for communication between the single-chip, single-chip can also be used for communication with the PC.
modbus51
- 基于C51单片机的多机串口,MODBUS协议通讯的实现方法.-C51 Microcontroller Based Multi-machine serial port, MODBUS communication protocol implementations.
UARTdatatransform
- 在单片机开发中,串口通信是最关键的部分,也就是说应用通信协议的编写与数据格式包是非常重要的,这里主要实现了单片机中的串口通信问题-In MCU development, serial communications is the most crucial part of the preparation of that application and data communication protocol packet format is very important, this is mainly
chumoping
- 用触摸屏做按键的程序,通过串口协议输出按键的结果-Using touch screen buttons do the procedure, the output through the serial key results of the agreement
老协议_闪灯
- 指纹模块调试例程,使用串口调试。 基于C语言的编程。 使用单片机。(The debugging routine of the fingerprint module is debugged by serial port. Programming based on C language. Use MCU.)
秉火串口调试助手V1.0
- 可以用此软件解析、调试GPS的协议数据NMEA0183(You can use this software to parse and debug the GPS protocol data NMEA0183)
多串口协议转换
- 本源码是基于STM32F103芯片的多串口协议转换,可对两个rs232通讯口,和一个RS485的数据进行数据处理,实现协议转换。