搜索资源列表
message111
- 两机串口通信 可以传送各种文件,包括二进制文件 可达RS-232最大速度-two serial port communications can be transmitted various documents, including binary files up to RS-232 maximum speed
串行通讯控件
- 本文讲述的利用通讯控件发送与接收通讯数据都是基于二进制来实现的,基于文本的情况基本与此类似。要想利用好通讯控件还有其他一些应该注意的地方,比如波特率的设置、接收与发送缓冲区的设置以及通讯过程中的延时问题的处理等等。-This paper describes the use of communications controls send and receive communications are based on the binary data to achieve, based on the
transport
- 设计目的:对PC机的8250串行通讯接口(COM1、COM2)进行接口编程,通过使用RS232标准的串行通信线实现两机间的串行通信 基本是求:实现两机间远程键盘(字符即时传送)功能和普通文本的复制(文本传送)功能 高级要求:1、使用中断实现两机间的通信;2、能够传送计算机上一般的二进制文件;3、传送速度达到38Kbps以上。-designed : PC 8250 serial communication interface (COM1, COM2) interface programmi
shuangjitongxun
- 本程序能从键盘读入二个五位十进制数(1位符号位+4位数值位),并将这二个十进制数 分别转换为二进制数,然后求其和,再将和以十进制形式进行显示。-this program from the keyboard read into two five decimal number (1 - 4 Symbol numerical), This will be two decimal number were converted to a binary number, and then seek his,
myRS232com
- 我大三做的通信与接口的课程设计,成绩是优,里面含有完整课程设计报告,实现了聊天,和文件传送,可传二进制文件,程序简单易懂-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
load_skyworksmodule
- skyworks 模块的二进制文可以直接下灾到该平台的模块上使用-skyworks binary text module can be directly under the platform disaster to the use of the module
linux下串口编程
- 串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是RS-232-C接口(又称EIA RS-232-C)它是在1970年由美国电子工业协会(EIA)联合贝尔系统、调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准。它的全名是\"数据终端设备(DTE)和数据通讯设备(DCE)之间串行二进制数据交换接口技术标准\"该标准规定采用一个25个脚的DB25连接器,对连接器的每个引脚的信号内容加以规定,还对各种信号的电平加以规定。传输距离在码元畸变小于4%的情况下,
模仿Windows系统带的超级终端风格的RS232串口调试工具
- 这是一个模仿Windows系统带的超级终端风格的RS232串口调试工具。非常容易读取和写入端口,发送支持ASCII字符模式,可以打开二进制文件以16进制格式显示发送。支持工作内容保存,下次加载。 里面的那个动画窗体加载出现蛮有意思,大家可以学习下。尤其对调试AT指令之类的比较方便。-This is a parody of the Super Terminal Windows system with RS232-style serial debugging tools. Very eas
SCommTest
- VC++编写的串口通信程序。功能:接收八进制、十六进制、二进制数据,自动接收。-Written in VC++ serial communication program. Function: Receive octal, hexadecimal, binary data, automatically receive.
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
VB_test
- 用VB编写的串口通信程序,包括二进制和文本两种模式-VB prepared by serial communication procedures, including two types of binary and text mode
UltimateComm
- 本串口调试助手 1、支持USB转串设备,支持300-1000000波特率 2、支持串口热插拔,无论串口已打开或正在发送 3、支持串口的延迟发送,延迟时间单击右键可单独设定 4、支持文件发送,文件最大4GB 5、支持接收数据文件保存(文本格式或二进制格式可选) 6、支持串口数据或文件数据的分页显示 7、支持显示数据的行列指示 8、支持界面数据保存功能 9、支持发送飞跃提示 -The serial debugging assistant
gpslib-src
- 这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件。请使用Visual C++ 5 以上的版本编译并生成 DLLs、控制面板程序和可执行文件。-This is a simple software development kit (SDK), you can
scrambler
- 数字通信的扰码程序,保证二进制01的数量基本相同-Digital communications scrambler procedures to ensure the same number of binary 01
rfid_vc
- /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事件
Communication_control
- 耀华表通信控件 内置了地磅的串口协议。能自动读取指定的数-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.
TYbCommDevice
- 一个支持二进制传输的串口类,用c++编写,希望对大家有所帮助-Supports serial transmission of a binary type, with c++ written, we want to help
COMMT100.RAR
- 串口调试工具可以实现通过串口发送和接收二进制和文本数据,可以通过modem发送和接收二进制和文本数据,并且可以显示modem的状态。-Serial debugging tools can be achieved through the serial port to send and receive binary and text data through the modem can send and receive binary and text data, and can display th
MyProject
- 串口通信,自动转换二进制或者其他的信息来达到信息传递通信-Serial communication, automatic conversion binary or other communication of information to achieve information transfer
myparal-binary
- Sending and Receiving binary(hex) data with mscomm32