搜索资源列表
lfpv3
- 微机保护(LFP系列)与RTU的通讯规约(V3.0) 1. 通讯接口: 1.1 接口标准: RS-232C/RS-422/RS-485 1.2 通讯格式: 异步,一位起始位,八位数据位,一位停止位,无校验位。 1.3 通讯速率: 4800~38.4Kbps。 1.4 通讯方式: 主从方式。
Serial_port_communication
- 基于mscomm控件的串口通讯,实现设置波特率,选择通道,停止位设置,奇偶校验设置
PortExpert10_SRC
- 端口专家是一个优秀的端口(串口、并口)监视、调试程序,有以下基本功能: 1.能动态设置各种通讯速率、奇偶校验、数据位、停止位和流控; 2.可以16进制形式自动显示接收到的数据,并能同时发送ASCII码(包括中文)和16进制字符串,可以任意设定自动发送周期,定时发送数据; 3.能将接收数据保存成文本文件,便于比较观察;并能发送任意大小的数据文件(以二进制形式发送); 4.能自动保存设置参数,无需每次重新设置。-port experts is a good ports (serial, parall
binary.rar
- 二进制从串口接收发送二进制数据,9600 波特,无奇偶校验,8 位数据,一个停止位。,Binary from the serial receiver to send binary data, 9600 baud, no parity, 8 data, 1 stop bit.
SCOMM
- 利用SerialPort类编的串口程序,可以设置波特率、校验位、停止位等参数,还可进行文本文本文档内容的传输-Compiled using the serial port SerialPort class program, you can set the baud rate, parity, stop bits and other parameters, but also for the transmission of the text content of text documents
Verilog_PS2_RS232
- 实现PS/2接口与RS-232接口的数据传输, PS/2键盘上按下按键,可以通过RS-232自动传送到主机的串口调试终端上,并在数据接收区显示接收到的字符。 串口调试终端的设置:波特率115200,一个停止位,无校验位。 -The realization of PS/2 interface with RS-232 data interface, PS/2 keyboard to press the button, through RS-232 automatic transmissi
MicrocomputerPrincipleInnerSelf
- 采用查询方式将下列测试电文送到辅串口发送器,经过内部自环接受,显示在屏幕上,通信速率选用4800波特,无校验传输,一桢字符有8个数据位,2个停止位,按下任意键时测试结束(2) 虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。 (3) 要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。 -Query mode using the following test mes
CommDlg
- 功能: visualC++ 2005 多线程串口通讯实例,可以实现异步发送和接受数据。接受数据和发送数据不会相互阻塞,实现数据的串口畅通交互。 参数: 串口号:COM4 波特率:9600 数据位:8 奇偶校验:偶校验 停止位:1-Function: visualC++ 2005 instances of multi-threaded serial communication can be achieved asynchronously send and rece
mscomabchao
- 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。 -A multi-threaded serial communication example of VC++, select the serial port of the machine available, can be used with the serial number into the open, you can a
CommConfig
- VB版的串口设置程序公用对话框,使用了windows的控件,edldlg32.ocx。通过这个对话框我们可以了解到需要设置的端口号、波特率、数据位、奇偶校验、数据流控制,停止位等。-VB version of the serial port setup common dialog box, use the windows controls, edldlg32.ocx. Through this dialog box we can understand the need to set the po
PS2-keyboard-drive-
- //DMAVR-128的PS2键盘驱动程序,并在1602液晶上显示键值 //PS2键盘按键1次输出33个时钟脉冲,因此采用中断的方式读取33次,只提取最后一个字节中的数据位做键码 //按键1次,实际输出3个字节数据,每个字节为11位,一个起始位(0),8个数据位,一个奇偶校验位,一个停止位(1) //并且第1个字节与第3个字节数据相同,此程序提取第3个字节的数据位键值数据-//DMAVR-128 of the PS2 keyboard driver, and in 1602 is d
Mscomm-Uart
- 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-A multi-threaded VC++ Serial communication instance, choose a local serial port available, can be used with the serial number into the open, you can also set the data
SCOMMV23
- 基于MFC的串口调试助手,支持常用的300-115200bps波特率,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据-MFC-based serial debugging assistant support the common 300-115200bps baud rate can be set parity, data bits and stop bits can receive or transmit any data in ASCII or hexadecima
IR_Remote_Control_winamp
- 单片机端接受红外遥控并通过串口发送至电脑端程序,电脑端程序获得数据后控制Winamp的上一首、下一首、音量大小等。串口使用4800波特率,8字节,一位停止位,无校验,单片机使用12Mhz晶振,VB6.0,win7 32bit下测试通过。-Receiving infrared remote control MCU side and sent to the PC via the serial port procedures, computer terminal procedure for obtai
TestSPComm
- 使用Delphi7、SPComm控件写的一个简单串口调试助手,把源代码分享给大家,在Delphi7环境下调试通过。程序可设置CoM端口,波特率、数据位、校验、停止位等,点击“打开串口按钮”,即可看到状态。 -Using Delphi7, SPComm controls write a simple serial debugging assistant, the source code for everyone to share in Delphi7 through debugging e
MyCOM
- C#编写的一个串口测试小程序,可以选择串口号并设置波特率、校验位、数据位和停止位等信息;同时支持十进制和十六进制接收和发送数据;可单条发送和定时发送,并可以换行显示接收到的信息;还可以自定义软件的皮肤哦。-C# prepared a serial test applet, you can select the serial number and set the baud rate, parity, data bits and stop bits and other information su
comtext
- 串口通讯测试程序,可以设置串口,波特率,数据位,校验位,停止位。-rs232 communication
tuoliduosouce
- 地磅测试程序,将字符串发送到指定COM口,基于VB写的地磅仪表数据读取工具源码,包括调用了一个仪表通信采集工具、上海耀华、托利多等大众仪表,有一定的参考价值。 设置Com1为通信端口,设置通信端口参数 9600赫兹、偶校验、7个数据位、1个停止位.(这里需要进一步说明的是tting="BBBB,P,D,S,含义是:B:Baud Rate(波特率);P:Parity(奇偶);D:Data Bit;S:Stop Bit)。 .InBufferSize = 40 设置缓冲区接收数据
comtestdialog
- VB编写的单片机与电脑串口调试器,串口可选择、波特率、数据位、校验位、停止位都可以根据需要自定义,设置好以后可打开串口,发送字符可选择16进制,可自动发送,同时可添加CRC校验、LRC校验等,适时显示通讯状态。VB6.0环境的,可重新编译源代码。-VB, SCM and computer serial debugger, optional serial port, baud rate, data bits, parity, stop bits can be customized accordin
scommtest
- VC++版串口调试助手源码,功能还是比较多的,接收区和来显示串口消息,在调试时,可指定串口、波特率、校验位、数据位、停止位,关闭串口和清空接收区、以十六进制调试、保存显示数据、在同一周期后自动发送数据、选择发送文件、计数器清零等功能,代码在VC++6.0中可直接编译。-VC++ version of the serial debugging assistant source, function, or more, reception area and to show the serial mes