搜索资源列表
-
0下载:
本文讲述的利用通讯控件发送与接收通讯数据都是基于二进制来实现的,基于文本的情况基本与此类似。要想利用好通讯控件还有其他一些应该注意的地方,比如波特率的设置、接收与发送缓冲区的设置以及通讯过程中的延时问题的处理等等。-This paper describes the use of communications controls send and receive communications are based on the binary data to achieve, based on the
-
-
0下载:
设计目的:对PC机的8250串行通讯接口(COM1、COM2)进行接口编程,通过使用RS232标准的串行通信线实现两机间的串行通信
基本是求:实现两机间远程键盘(字符即时传送)功能和普通文本的复制(文本传送)功能
高级要求:1、使用中断实现两机间的通信;2、能够传送计算机上一般的二进制文件;3、传送速度达到38Kbps以上。-designed : PC 8250 serial communication interface (COM1, COM2) interface programmi
-
-
0下载:
我大三做的通信与接口的课程设计,成绩是优,里面含有完整课程设计报告,实现了聊天,和文件传送,可传二进制文件,程序简单易懂-junior communication interface with the curriculum design, the results are excellent, which contains a complete curriculum design, achieved a chat, and file transfer, to be available for bi
-
-
0下载:
串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是RS-232-C接口(又称EIA RS-232-C)它是在1970年由美国电子工业协会(EIA)联合贝尔系统、调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准。它的全名是\"数据终端设备(DTE)和数据通讯设备(DCE)之间串行二进制数据交换接口技术标准\"该标准规定采用一个25个脚的DB25连接器,对连接器的每个引脚的信号内容加以规定,还对各种信号的电平加以规定。传输距离在码元畸变小于4%的情况下,
-
-
0下载:
VC++编写的串口通信程序。功能:接收八进制、十六进制、二进制数据,自动接收。-Written in VC++ serial communication program. Function: Receive octal, hexadecimal, binary data, automatically receive.
-
-
0下载:
用VB编写的串口通信程序,包括二进制和文本两种模式-VB prepared by serial communication procedures, including two types of binary and text mode
-
-
0下载:
/Initial COM
m_ctrlComm.SetCommPort(1) //选择com1
m_ctrlComm.SetSettings("9600,n,8,1") //通信参数设置 波特率9600,无校验,8个数据位,1个停止位
m_ctrlComm.SetInBufferSize(1024) //指定接收缓冲区大小
m_ctrlComm.SetRThreshold(1) //参数1表示每当串口接收缓冲区中有多于或等于1个字符时将引发一个接收数据的OnComm事件
-
-
1下载:
耀华表通信控件 内置了地磅的串口协议。能自动读取指定的数-Communication control Toledo Electronic loadometer, serial direct source reading program. The source without any Dll, built-in serial port loadometer agreement. Can automatically read the specified binary readings.
-
-
0下载:
串口通信,自动转换二进制或者其他的信息来达到信息传递通信-Serial communication, automatic conversion binary or other communication of information to achieve information transfer
-
-
0下载:
简单实用, 功能强大,免费的 C++ Builder 串口控件!
1.支持二进制数据和文本数据的收发
2.支持任意格式的数据的收发
3.支持两种数据包协议(识别每帧数据首尾的方法):
①超时判断数据首尾, 适用于与单片机和仪表的通讯
②帧首尾和控制符, 适用于大量复杂的数据传输, 例如文件收发等-Simple, practical, powerful C++ Builder serial control!
This control is free and no regis
-
-
0下载:
基于汇编语言的串口通信系统。
用汇编语言设计的一套系统,能在两台计算机之间以中断方式和查询方式实现串行通信,数据可以采用ASCII字符方式和二进制方式传送。-Based on the serial communication system in assembly language.
Assembly language design a system between two computers in order to interrupt mode and query serial comm
-
-
0下载:
C++ 串口调试助手
通信速率、奇偶校验、时间间隔
字符串、二进制和十六进制-C++ serial debugging assistant
Communication rate, parity
Sending the data and time interval
String, binary, and hexadecimal
-
-
1下载:
通讯组件能对PLC的输入、输出端口,以及内部中间继电器存储区域、内部数据存储区域,以及扩展存储区域进行读写操作,常用数据类型如下:
INT16: 16位有符号整数; DINT32: 32位有符号整数;
UINT16: 16位无符号整数; HEX32: 32位16进制字符;
BIN16: 16位二进制字符串; REAL32: 32位单精度浮点数据;(The communication component can
-