搜索资源列表
DBComm_v0[1].1
- 串口的东西,用串口通讯. 用API封装的串口操作类-Serial things, using serial communications. Using API Packaging category Serial operation
串口类库
- 一个COM端口的操作类,很好用的了,我也用了多次。-a COM port operations, the good, and I also used a number of times.
多串口多线程工业控制实现(SerialPort类)
- 对SerialPort类进行了一些简单的修改,其中封装了操作串口复杂的一些串口操作。使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。经测试,效果很好-right SerialPort category for some simple changes, packaged operating serial complexity of some serial operation. It can be used directly through some of its simpl
利用Java实现串口全双工通讯
- 一个嵌入式系统通常需要通过串口与其主控系统进行全双工通讯,譬如一个流水线控制系统需要不断的接受从主控系统发送来的查询和控制信息,并将执行结果或查询结果发送回主控系统。本文介绍了一个简单的通过串口实现全双工通讯的Java类库,该类库大大的简化了对串口进行操作的过程-an embedded system usually through its serial port control system for full-duplex communications, For example, a pipe
串口转发例子
- 这是一个封装得比较完整的串口类,支持同步、异步操作,使用简单高效-This is a much more complete package of Serial category, supports synchronous and asynchronous operation, the use of simple and efficient
serial_class
- 串口操作类, 一个很好用的串口类
serial_classes
- 串口操作类, 一个很好的串口例子, 可以一窥串口编程的奥秘, 希望对大家有帮助。
COMMTEST
- 一个不错的串口操作类,并附有例程,详细的说明了跟串口有关的相关操作
更新版串口类库
- 这是一个封装得比较完整的串口类接口,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过。-This a more comprehensive package in the category of serial interface, supports synchronous and asynchronous operation, the use of simple, effective and industrial strength, I B
CSerial
- 提供Window或windows CE 环境下的串口操作类,包括串口初始化、打开、读写等接口函数-Window or the provision of windows CE environment to operate under the serial type, including the serial port initialization, open, read and write interface functions, etc.
serial
- 封装好的串口操作类,简单好用,功能强大。工业应用。-Packaging good serial-type operation, easy-to-use and powerful. Industrial applications.
comsource
- 这是一个封装得比较完整的串口类,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过-This is a relatively complete package-type serial port to support synchronous, asynchronous operation, using a simple high-performance, industrial strength, in my BC, BCB, VC, BCBX
WINCE_SerialPort
- WINCE、PPC等上封装的串口操作类,采用多线程方式,简单高效,适用于通讯编程-WINCE, PPC, such as the serial port to operate on the package type, the use of multi-threaded mode, simple and efficient for communication programming
SerialPortController
- GSM Modem 串口操作类,这里是一个范例-GSM Modem Serial action class
com
- 英创的《C#使用VS2005提供的串口类进行串口操作》-British creators of the " C# using VS2005 provides serial port class action"
SerialPort
- 功能齐全的设备串口操作类,简单实用。值得收藏-Serial operation class
SerialPort_class_files_improved
- 基于VC的串口操作类。在vc环境下串口设备被当作文件读写,该类文件较好的封装了各种操作接口,方便上位机与下位机通讯。- Class-based VC serial operation. Vc environment is treated as file read and write serial devices, such documents better encapsulates various user interface, easy PC machine communication a
Port
- 串口操作类,实际工程中使用,可以直接用于工程,很有参考意义-Serial operation type, use the actual project can be directly used in engineering is very useful
orog
- 一个串口通讯类,用来对串口进行控制用于银行目卡读取()
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。