搜索资源列表
uart_51
- 在keil c环境下,应用软件模拟uart,以用较少的硬件资源来实现串口通信-the environment, application software simulation UART and using less hardware resources to achieve the serial communication
caoSerialComm10
- 可实现串口通信的DLL文件源码.通信速度快,易调试,占用系统资源少,非常实用.-serial communication can be realized DLL source. Communications faster, easier debugging, occupying less system resources. very practical.
linux下串口编程
- 串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是RS-232-C接口(又称EIA RS-232-C)它是在1970年由美国电子工业协会(EIA)联合贝尔系统、调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准。它的全名是\"数据终端设备(DTE)和数据通讯设备(DCE)之间串行二进制数据交换接口技术标准\"该标准规定采用一个25个脚的DB25连接器,对连接器的每个引脚的信号内容加以规定,还对各种信号的电平加以规定。传输距离在码元畸变小于4%的情况下,
com1send.rar
- 在Ardence RTX环境下,使用串口定时收发数据,波特率为112500,传输一个字节本身略小于100微秒,定时周期100微秒,即在示波器中可观察到连续不断地传输字节,Ardence RTX in the circumstances, from time to time to send and receive data using the serial port, baud rate to 112,500, transmission of a byte in itself a little l
COMDeviceManager
- 通过api函数检测系统的串口设备,不是通过注册表。 delphi 检测系统的设备管理器中的串口设备,delphi 2011(delphi xe)或以下版本都可以直接编译-delphi Detection System Device Manager in the serial devices, delphi 2011 (delphi xe) or less, can be directly translated
MY_XSENS_CODE
- 这是我自己写的xsen的mti系统程序,从陀螺仪和加速度计中实时读取数据,并在地理坐标系中进行解算,最后积分得到速度和位置信息。可以用于手势识别或者精度要求不高的导航系统。如果要用于精确导航,则应该进一步进行修正。程序使用com4进行通信,波特率是115200,采样频率是50hz,这些参数都可以修改。-This is my own writing xsen the mti system program from the gyroscopes and accelerometers to read
GM8125
- 8051 系列芯片通常只有1 个或2 个串口,在工程实际中,往往需要多个串口进行整个系统的通信,但是普通单片机或者DSP 原有的UART 串口都比较少。GM8125可以将1 个全双工的标准串口扩展成5 个全双工的标准串口,并能通过外部引脚控制串口扩展模式:单通道工作模式或多通道工作模式。-8051 series chips are usually only one or two serial ports, in engineering practice, often requires a num
AVR=SPI
- AVR SPI串口程序,大家可以共享,谢谢,现在的程序51的多 AVR的少,不过AVR的速度很快。-AVR SPI serial procedures, we can all share, thank you, now more than 51 procedures AVR less, but the speed of AVR.
947q
- 串口通讯在客户端/服务器类型的应用程序设计中经常要使用到,目前串口通讯采用的一般是专用软件包或者标准串口通讯协议(如XMODEM、ZMODEM等),这样完整详细且免费的软件包比较少,所以在SPCOMM的基础之上建立了本文所描述的串口通讯协议,称之为RCC(表示为Reliable Comm Communication),其主要目标是在用串口进行通讯的客户端/服务器双方建立一条可靠的通讯链路,就象TCP(RFC793)一样。该协议的目前的开发是采用VC++,应用平台为WIN95/NT,但作为RCC协
i2cBUS
- I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序(verilog hdl)介绍操作一个I2C总线接口的EEPROM AT24C02 的方法,使用户了解I2C总线协议和读写方法。-The I2C bus is a very common serial bus, it is simple, occupy less interface. This program (verilog HDL) introduced operating a AT24C02 EEPROM of I2C
uart
- 。任何UU编码行的长度都不应超过61个字符(字节),即它可以保持45个数据字节。当数据少于20个UU编码行时,校验和按照实际发送的字节数进行计算。主机将它与接收字节的校验和相比较。-. The length of any UU-encoded line should not exceed 61 characters (bytes), that it can hold 45 data bytes. When the data line less than 20 UU encoding, verif
1
- 基于串口的模拟数据采集系统设计,实现测量误差小于1mV。-Based on serial analog data acquisition system design, implementation, measurement error is less than 1mV.
MY_uart
- CC1110芯片和RS232串行通信。用IAR7.20H编译通过。字符串长度小于30或以#结束。文中hal.h和cul.h文件可以不需要。-I wrote the program, learning the CC1110 chip serial communication, suitable for beginners to learn. String length is less than 30, or end with#。IAR7.20H compiled environment.Progr
CC1110-15
- 在PC上从串口向CCxx10发任意长度为30 字节的字串,若长度不足 30 字节,则以“#“为 字串末字节,CCxx10 在收到字节后会将这一字串从串口反向发向 PC,用串口助手可以显示 出来。 -In the PC from the serial port to the CCxx10 free length of 30 bytes of the string, if the length of less than 30 bytes, then to "#" 字串末字节,CCx
Serial-communication
- 1.利用MAX232实现单片机与微机的串行通讯,借助串口调试助手软件正确接收发送数据.2.使用单片机和MAX485建立距离不低于5米的串行通信系统。-1 using MAX232 to achieve the serial communication between the microcontroller and the computer, with the help of serial debugging assistant software to receive and send data
Xmodem
- XMODEM协议是一种串口通信中广泛用到的异步文件传输协议。分为标准Xmodem和1k-Xmodem两种,前者以128字节块的形式传输数据,后者字节块为1k即1024字节,并且每个块都使用一个校验和过程来进行错误检测。在校验过程中如果接收方关于一个块的校验和与它在发送方的校验和相同时,接收方就向发送方发送一个确认字节(ACK)。由于Xmodem需要对每个块都进行认可,这将导致性能有所下降,特别是延时比较长的场合,这种协议显得效率更低。(XMODEM protocol is a widely us