搜索资源列表
testbz
- 这是通过COM口对声波触摸屏控制卡直接进行数据包解读的程序源码. BCB-through COM ports on acoustic touch screen control card data packets directly interpret the procedures source. BCB
SerialCommu
- 串口通信程序,有自己的库函数!有一个自己写的函数,可以在串口把数据包收全后再处理!
SerialPortTest
- 基于VC++的,多个串口的,带通讯协议的应用程序,两个通讯口,可分别接受,发送协议数据包.
Z_COMM_EX
- 串口通信组件,VS2003开发。可方便的设置各串口属性,及设置接受发送数据的数据包协议,便于串口通信类开发应用。
20050120091918_MySerialPort[2004-01-18-01]
- 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
SerialPortTest
- 串口通信的用户协议的编制与数据处理方法 串口数据包处理方法编程实例-Serial Communication user agreement and the establishment of data processing methods serial data packet processing methods Programming Example
CDMA
- cdma钟卡控制编程,用到口通讯,数据包拆分组合,发送-serial port congtrl
wd_pl2303_v15
- 串口驱动程序,可实现串口发数据包,及实现拨号上网。-Serial port driver can be issued serial packets, and the realization of dial-up Internet access.
GPSBluetooth
- 用蓝牙接收GPS卫星定位数据包,并存入数据库.-Bluetooth GPS receiver using satellite positioning data packets, and stored in the database.
comdisplay
- 本资源为10位ADC采样电位计数据串口VC动态显示程序,具有保存数据,动态显示数据,向前和前后查看数据,显示数据包接收时间,还可设置刷新频率的功能。同时压缩文件中含有此程序的完整解释。-The resources for the 10-bit ADC sampling data port VC potentiometer dynamic display program has saved the data, dynamic display of data, forward and around
serialtest
- 电力系统串口通信测试工具,通过指定通讯数据包中的关键字自动组成通讯数据包,在根据需要通过指定的串口发送-Serial communication tool for power system testing, communication of data packets by specifying the keyword automatic composition of communication packets, in accordance with the specified serial po
VictorComm1501
- 串口控件 Victor 串口 VCL 控件 1.完全由 C++ 代码写的, 支持简体中文, 繁体中文, 英文. 2.免费控件, 在主页上可提供示例程序和使用方法 3.免费升级, 如果控件版本升级, 在直接主页上下载新版本控件 4. 使用简单方便,可以选择使用控件提供的按照时间间隔和首尾控制符两种方式自动识别数据包-Serial control Victor serial VCL controls 1. Entirely C++ code written to support S
6-2
- 用于MSP430F149。从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后将结果从串口返回。 -For MSP430F149. Receive data from serial analysis of received packets, and then computing algorithm, and finally return the results from the serial port.
CRC_DEMO
- 用来判断CRC是否正确,数据包是否完整的程序,该串口类也很好用。-CRC is used to determine whether the correct procedures for the packet is complete, the serial port class to be smooth.
SerialPortTest
- 在VC程序中,每当串口缓冲区中有一个或一个以上字符时触发串口通信事件(字符个数可以在程序中进行设定),该事件就驱动(调用)串口通信事件处理函数,对接收到的数据进行处理,判断是否为包(串)头,即第一个字符,再判断是不是结束字符,若是结束字符,则还要对数据进行校验计算,并与接收到的校验值比较,或两者相同,则断定接收到的数据包是正确的,否则是错误的。-In the VC procedure, whenever the serial buffer has one or more serial commu
SCI-Many
- 使用数据包形式接受数据,然后把接收到的数据返回到串口调试窗口!-Use the form to accept data packets, then the received serial data back to the debug window!
SerialPortTest1.0
- 串口通信编程,数据通信协议及串口通信数据包处理方法编程。-Serial communication programming, data communication protocol and packet processing method of serial communication program.
Victor-serial--VCL
- 简单实用, 功能强大,免费的 C++ Builder 串口控件! 1.支持二进制数据和文本数据的收发 2.支持任意格式的数据的收发 3.支持两种数据包协议(识别每帧数据首尾的方法): ①超时判断数据首尾, 适用于与单片机和仪表的通讯 ②帧首尾和控制符, 适用于大量复杂的数据传输, 例如文件收发等-Simple, practical, powerful C++ Builder serial control! This control is free and no regis
TCommPkg
- 串行口通讯数据包协议,c++builder-Serial port communication data packet protocol c++builder,
SerialPortTest1
- 通信协议在串口通信编程中的实现,就是如何处理数据包,即发送时如何根据通信协议对数据进行“打包”,接收时如何根据协议对接收到的数据信息“拆包”,并取出自己想要的数据信息。-Communication protocols in serial communication programming is how to deal with the packets, sent the data communication protocol " package" , the received