搜索资源列表
USBjiekou
- 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通兜母鞲黾扑慊鶦PU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问题,我们采用一个简单的握手信号,即发送机每次仅发送半个字节(低4位) 的数据,而另外半个字节(高4位)则用来传送信息。我们可以对信息位(高4位) 进行如下简单的编码: 0H:发送的是新的半个字节数据 1H:重新发送上次传送错误的数据 2H:文件名结
串口缓冲区编程
- 波特率可变;中断方式接收、发送;收发独立8字节缓冲区;可选择是否在满缓冲区后丢弃数据-variable baud rate; Disruption to receive, send; TX independent 8-bit byte buffer; the choice of whether the buffer zone after the age of discarded data
vcCharTerminalSend
- 利用串口进行通讯,发送字符,这是发送字节部分,供大家参考-use serial communication, this character, which is part of this byte, for your reference
i2c总线程序
- 本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发的信号都发上了。否则在连续地址读的过程中可能不会出错,但是在随机度过程中就会出错,我的程序就是在给停止信号时没有给上,24cxx一直在输出数据,结果读出错。找着问题后我的程序只加入了一条命令便完全正常。-i2c bus read and write a byte procedures. The written procedure, no
iic AT24C08的单字节读,单字节写,页读和页写
- 我实验的是 AT24C08的单字节读,单字节写,页读和页写,在高于3.3V系统中他的通信速率最高400KHZ的,我实验里用的是100KHZ的速率-My experiment is AT24C08 single-byte read, single-byte write, page read and write page, above the 3.3V system, the highest rate of his communications 400KHZ, I experiment with t
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
myWindowsSerialportTools
- 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
LABVIEW-serial-rollup
- LABVIEW串口程序汇总。包括ascii转为10进制2、ascii转为10进制 1、byte array、rs232、串口波形、串口数据转换、读取GPS串口等。-LABVIEW serial rollup. Including ascii to decimal 2, ascii to decimal 1, byte array, rs232, serial waveform, serial data conversion, read the GPS serial port and so on.
SendReceive_COMM
- This program was designed as a utility tool to allow the user to send and recieve data from a serial com port while monitory the byte data. If a loopback ciruit is made on the com port(jumper send to recieve DB9 pins 2 & 3) a developer can also monit
1234342543
- VB倒置字符串并每两个字符(一个字节)间加空格显示-VB inverted string and the space between two characters (one byte) shows
crc_VB
- 本代码为在VB6.0环境下所写的CRC_16字节型算法,可用于上位机与下位机串口通信使用。-This code in VB6.0 environment CRC_16 written byte-type algorithm, can be used for PC and next-bit machine using serial communication.
71477212NiosII_uart
- 串口sopc uart实现串口功能,包含帧的开始字节,命令字节-Serial sopc uart serial implementation features, including frame start byte, command byte
chuankoutongxin
- 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其
chuankou
- 串口是目前最常用的一种串行通讯接口它是在年由美国电子工业协会联合贝尔系统调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准-Serial describe is a lane, and the parallel port is the eight lane 8 can be conveyed at the same time (one byte) data. But the parallel port is not fast, as between the 8-channel
serial-write-and-read-1-byte
- serial port write and read
xmodem_Flash_Down
- Xmodem传输协议上位机软件,使用VC++6.0编码,支持128字节和1024字节两种传输模式,同时支持CRC校验以及和校验两种校验方式。使用128字节块模式下载360K代码只需43秒。-Xmodem host computer to download the code, using VC++6.0 code, 128 bytes and 1024 bytes of two transmission modes, supports CRC checking and verification a
UART
- 程序名称:UART.ASM 功能描述:波特率设置为9600bit/s,采取接收为中断方式 ,发送 为查询方式。实现把从串口接收到的一字节数据,发送 给串口 把采用方式1串行接收来的数据,存储到数据存 储器30H单元中。-Program Name: UART.ASM Features: baud rate is set to 9600bit/s, to receiving the interrupt, sends for the query. Received from
import_output_HelloWorld
- 实现了,串口通信,本实例通过串口输出字符串“Hello Word”,并且实现了从串口读取1字节数据后,再返回串口的功能。-Achieved, serial communication, this instance of the string through the serial output " Hello Word" , and achieved a byte of data read from the serial port, then return to the seria
SerialPort
- 利用windows API函数编写的串口通信程序,本程序的目的是发送一个字节的控制字给系统的控制端.-Using windows API function prepared by the serial communication program, the purpose of this procedure is to send a byte control word to the system console.
sent-a-signed-int-eger-whit-4-Byte
- labview串口程序,可发一个四字节有符号数,多字节可自己修改,使用文本框,数组和示波器输出。-sent a signed int eger whit 4 Byte
