搜索资源列表
comm32
- 说明:多线程 (Multi-Thread) RS232 串行口通讯构件 ,是 COMM32.ZIP 构件的改良版,并且增加 Data Bits、Parity、 Stop Bits 等配置,支持 Read/Write 时序控制 (Timing control)、 ReadIntervalTimeout、 WriteIntervalTimout 等 ,支持 DTR/DSR, RTS/CTS 硬件流程控置及 Xon/Xoff 软件流程控置 ( 2.5 版,附源码 ) -: multithreading
XMODEM.C
- 这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。 测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用。 软件测试最困难的问题之一是知道何时停止测试(When to stop testing? ) 自己测试自己的程序是不可能的。 当一个软件被测出的缺陷数目增加时,更多的未被发现的缺陷存在的概率也随之增加。 -This XMODEM transfer protocol source code, the test can o
java-SGIP
- 通信以下的经验是否可行其实很大程度上看你的虚心程度和表现程度,虚心一定不要停留在表面上,要发自内心,因为你是新人,这个时候要尊重前辈,我就曾经带过一个40多岁的大哥,大哥一口一个老师叫得我直出汗,不过后来我发现这位大哥能这样做,其实并不会降低自己的地位,反而赢得了大家的认可-communications following the experience of actually feasible largely up to you with an open mind and the degree
stopthread
- 假定你需要你的程序能够停止线程,你需要一个告诉线程何时停止的方法,这个可以实现。-assume you need you can stop the process threads, you need a thread when told to stop, this can be achieved.
ARQprotocol
- 三种ARQ协议的C语言算法.停止等待ARQ, 回退N帧ARQ,选择拒绝ARQ-three ARQ protocol C language algorithms. Stop waiting for ARQ, regression N ARQ frame, choose to reject ARQ
WMCanMonitor
- 串口模拟程序,使用方便,能处理多条连续指令,指令通过INI文件事先配置好,利于保存,利于定制指令,配置好的指令可动态修改,串口的属性(波特率、检验位、停止位等)可动态设置。-serial simulation program, easy to use, can handle a number of consecutive instructions, directives through INI file pre-configured, conducive to the preservation,
ARQ.ZIP
- It is mainly used for ARQ simulation ,such as stop-and-wait
PortExpert10_SRC
- 端口专家是一个优秀的端口(串口、并口)监视、调试程序,有以下基本功能: 1.能动态设置各种通讯速率、奇偶校验、数据位、停止位和流控; 2.可以16进制形式自动显示接收到的数据,并能同时发送ASCII码(包括中文)和16进制字符串,可以任意设定自动发送周期,定时发送数据; 3.能将接收数据保存成文本文件,便于比较观察;并能发送任意大小的数据文件(以二进制形式发送); 4.能自动保存设置参数,无需每次重新设置。-port experts is a good ports (serial, parall
test_algorithm_menu
- TURBO译码性能AWGN信道测试(菜单式) 达到误帧限即可停止当前SNR点的测试,节省计算量-TURBO AWGN channel decoding performance test (menu type) to stop the current error frame is limited to the test SNR point, saving computation
s7200
- 默认串口1,V区操作 注意:操作VW时,地址应为偶数 plc参数:波特率9600,偶效验,8数据位,1停止位 此程序工控爱好者交流使用, qq: 57476662 email: lkl_xz@163.com -The default serial port 1, V District operations Note: The operation of VW, the address should be an even plc parameters: 9600 baud,
prog
- 简单的PC通过串口控制单片机获得伺服电机正反转、停的上下位机控制程序-Simple access to PC through serial port servo motor control MCU rotating, the upper and lower stop position control procedures
Serialfiletransfersystemsourcecode
- 串口文件传输系统源代码,给播放器发送命令取消文件锁定的TCP协议 端口号:8154 协议格式:A+B A:SVA_VIDEO_COM_SEND_FILE_HEAD B:如果=1,那么开始停止播放,如果=0,那么恢复 例如,如果你接收到"SVA_VIDEO_COM_SEND_FILE_HEAD1",那么开始停止播放 -Serial file transfer system source code, to the player to send an order can
VB
- 可实现上位机对1~255台变频器的启停,参数监视等功能,非常实用。-PC can be 255 to 1 to start and stop inverters, parameter monitoring and other functions, very useful.
FD_V_Control
- 利用Serial Port类通过485接口实现对艾默生TD1000变频器的启动 停机 频率设定-Serial Port class through the use of 485 interface to the Emerson TD1000 start-stop frequency converter to set
pyserial_miniterm_invert.py
- Custom miniterm to be used with pyserial python module. This miniterm revision will properly handle inverted serial lines. This will only allow you to see the inverted input, you will not be able to send out data back across the serial terminal in th
CommDlg
- 功能: visualC++ 2005 多线程串口通讯实例,可以实现异步发送和接受数据。接受数据和发送数据不会相互阻塞,实现数据的串口畅通交互。 参数: 串口号:COM4 波特率:9600 数据位:8 奇偶校验:偶校验 停止位:1-Function: visualC++ 2005 instances of multi-threaded serial communication can be achieved asynchronously send and rece
MiniTerm1
- This program is a simple serial port terminal running on Windows XP. The communication is RS-232, 9600 baudrate, 8 bit character, no parity, one stop bit. It displays characters received. It sends characters from keyboard. It also rec
dela-motor-control-through-comm
- 针对台达伺服系统做的控制程序,可控制启动、停止、正反向转动以及转速设置-Servo System for Delta to do the control program to control start, stop, forward and reverse rotation and speed settings
gobacknproject
- go and back/stop and wait both included codes project report included
Stop-equation-ARQ-protocol-algorithm
- 根据停等式ARQ协议基本理论,编写的协议算法,Visual C 6.0开发环境。-Stop equation ARQ protocol algorithm