搜索资源列表
串口读写类
- 可以控制计算机串口操作的串口类,非常好用-can control the operation of the computer serial port Serial category, very handy
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.
多串口多线程工业控制实现
- 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
多串口多线程工业控制实现(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
qextserialport.tar
- 这是一个串口操作类,经编译后可以用于串口通信-This is a serial port operations, as compiled can be used for serial communication
serial_com_multithread
- Windows环境下,串口操作类,使用多线程,具有极好的可重用性。-Windows environment, the serial port operations, the use of multithreading, with excellent reusability.
sear
- 这是一个很好的串口操作类。通过这个类可以很容易开发串口程序-This is a very good operation Serial category. Through this kind can easily develop Serial procedures
serialport
- 是一个串口操作类,经编译后可以用于串口通信下,linux串口类,编译没通过,
SerialPort
- 串口操作类,基于Windwos API。功能不是很强,但代码清晰、简单,我所在公司的软件中有关串口操作的软件就使用这个类,也可在此基础上扩展功能,使其更符合不同的要求。
serial_class
- 串口操作类, 一个很好用的串口类
serial_classes
- 串口操作类, 一个很好的串口例子, 可以一窥串口编程的奥秘, 希望对大家有帮助。
串口操作类
- 一个很好用的串口操作类
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.
CESerialPort
- WINCE系统下的串口通信,封装了一个串口操作类,可在EVC环境中方便的使用-WINCE systems serial communications, a serial operation package category may EVC environment to facilitate the use of
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
com
- 英创的《C#使用VS2005提供的串口类进行串口操作》-British creators of the " C# using VS2005 provides serial port class action"
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。