搜索资源列表
sfsdfwefrwefrewfrefrew
- 测试串行通讯口的程序,全部源码,共大家下载使用!-serial communication port testing procedures, all of the source code, we were downloading!
rs232_send
- rs232 vhdl程序 可以实行异步串行通信,这里只有send-rs232 vhdl procedures implemented asynchronous serial communication, here only send
com
- C51串口通迅例程,可与电脑COM口进行串口的串行通迅
VBserialDebug
- VB6.0编写串行口调试软件,通信软件,可实现十六进制,ASCII码的显示.欢迎指正!
cktxc-BIOS
- 利用BIOS功能调用实现两台微机间串行通信的C语言程序
SERV_F4
- 由按键模拟投票,并操作下位机,接收到的投票信息送入到下位机。下位机与主控机串行通信,将投票信息传到主控机,全部投完之后等待主控机送回投票结果。主控机统计投票结果,并通过定时系统限定投票时间,时间到之后显示投票结果,并将结果送回下位机显示。
SPort
- 软硬件结合,串口应用大全,让你从串行通讯新手一天到高手,稍后会有全文翻译上传-hardware and software integration, application Serial Daquan, you serial communication from the novice to master one day, there will be translation later upload
200591410549603
- 用VC实现PC并行端口数字信息的输入/输出 目前,在实验室和工业应用的各种控制系统中,串口是常用的计算机与外部控制系统之间的数据传输通道。由于串行通信方便易行,所以应用广泛。但是使用串行通信,在实时性、速度、数据量等方面受到限制。而计算机的并行端口传输数据时是一次性传送8个位(一个字节)或更多,由于传输量较大,因此数据的传输速度要比串口快,在许多必须讲究传输速度的控制系统里,用PC并行端口与之连接就是一个很好的解决方案
H-MVIP与 ST-BUS双向通信解决方案
- 为满足高密度多厂商集成协议(H-MVIP)和串行电信总线(ST-BUS)在通信领域中的应用需求,提出两者之间的双向通信解决方案。 采用状态机结合硬件描述语言的设计方式,在现场可编程门阵列上实现整个方案,包括同步、接收、缓存、总线生成与转换、监测等模块。 实验结果证明了该方案的可行性。
CS5464_CN.rar
- CS5464 三通道单相电能计量IC,。它是集成了3 路△ΣADC,功率计算器,能量-频率 转换器和一路串行接口的单芯片。(中文资料,很难找到的哦。。。),CS5464 three-channel single-phase energy measurement IC,. It is an integrated 3-way △ ΣADC, power calculators, energy- frequency converter and the way the single-chip seri
WL013
- PC - MCU 串行通迅程序 * * 单片机接收主机的数据,然后将数据传送到P0口, 并传回给主机 * * 当按下AN1时, 单片机发送字串"welcome! www.willar.com \n\r" * * 给主机.-PC- MCU Serial communication procedures** Singlechip receiving host data, and then data to P0 mouth, and returns to the host AN1** Wh
ComputerInterfaceDesignedCurriculumExperimentalRep
- 微机接口课程设计实验报告,实验一:8255动态LED数码显示实验,实验二:8251串行接口实验,附程序清单-Computer Interface Designed curriculum experimental reports, one experiment: 8255 Dynamic LED digital display experiment two: 8251 serial interface experiments, attached to the list of procedures
HT1621_ref_driver
- 串行口LCD驱动程序,适用于点阵LCD。经过试用,可以正常工作。-Serial LCD Driver based on HT1621
12864serioldisplay
- 自锁继电器驱动控制+12864串行驱动显示-Self-locking relay driver control serial driver showed+12864
ZLG7289Byingrong
- 周立功串行键盘显示控制芯片zlg7289应用文档-zlg7289 serial keyboard and display control chip application PDF document.
OSTS
- 本程序通过串行端口获得心电波形演示数据,然后在程序中显示实时心电波形。波形数据可以时刻调整。-This procedure demonstrated through a serial port to obtain waveform data, and then in the program to display real-time ECG waveform. Waveform data can be time to adjust.
industrysignal
- 串行通信标准在工业现场数据采集中的应用,串行通信标准在工业现场数据采集中的应用-Serial communication standard in industrial data acquisition application, serial communications standards in the industrial field data collection application
crc8
- 检验crc正确,串行接收完后输出检验结果。串行传入数据,最后一bit数据传入后得出crc检验和。(Verify that the CRC is correct and output the results after serial reception. Serial incoming data, the last bit data is passed in, and the CRC test is given.)
GPSacquisition
- 对GPS信号实现三种算法的捕获,有串行搜索、并码搜索和并频搜索(GPS signal to achieve the capture of three algorithms)
Trackdemo
- 用于对基于GOLD码的串行捕获算法,可以自定义信噪比,待捕获信号参数,代码分成搜索跟踪和捕获两部分,其中搜索的步长等参数也可以自定义,代码中acquiresignal.m部分为最终捕获相位展示的主程序。(For the serial acquisition algorithm based on GOLD code, we can customize the signal-to-noise ratio and the parameters of the signal to be captured.