E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
qextserialport
Qt编写串口通信程序全程图文讲解
在Qt中并没有特定的串口控制类,现在大部分人使用的是第三方写的
qextserialport
类,我们这里也是使用的该类。源码和范例都可以到我们网站的资源下载页面
qimo601
·
2012-02-22 09:00
Qt
串口
qextserialport
Qt编写串口通信程序全程图文讲解
在Qt中并没有特定的串口控制类,现在大部分人使用的是第三方写的
qextserialport
类,我们这里也是使用的该类。源码和范例都可以到我们网站的资源下载页面
qimo601
·
2012-02-22 09:00
Qt
串口
qextserialport
Qt编写串口通信程序全程图文讲解
在Qt中并没有特定的串口控制类,现在大部分人使用的是第三方写的
qextserialport
类,我们这里也是使用的该类。源码和范例都可以到我们网站的资源下载页面进行
qimo601
·
2012-02-22 09:00
qt
串口
qextserialport
Qt不错的学习资料
链接:http://blog.csdn.net/ypoflyer/article/category/685533 1.Qt串口通信类Posix_
QextserialPort
中flush()函数修正2.Qt
Hens007
·
2012-02-16 15:00
框架
qt
图形
PyQt4实现USB设备插入到弹出的检测(Windows)
直没怎么看过
QextSerialPort
中windows下枚举串口的具体实现(原因?
swqqcs
·
2012-02-11 17:00
windows
python
user
null
Class
import
QT 串口 windows下
引入第三方的类
qextserialport
-1.2win-alpha.zip 加入 qextserialbase.cpp和qextserialbase.h以及win_qex
baiseda
·
2011-11-18 16:00
windows
QT 串口 windows下
引入第三方的类
qextserialport
-1.2win-alpha.zip加入qextser
liang890319
·
2011-11-18 16:00
QextSerialPort
小记
每一个在Qt下用过串口的同仁应该都对
QextSerialPort
这个第三方类不会感觉陌生。
dbzhang800
·
2011-11-09 22:00
Google
文档
qt
include
library
2010
Qt串口通信类Posix_
QextserialPort
中flush()函数修正
修改如下:voidPosix_
QextserialPort
::flush() { LOCK_MUTEX(); if(isOpen()) { //Posix_File->flush();//修改前
ypoflyer
·
2011-09-13 17:00
ubuntu
qt
Qt编写串口通信程序全程图文讲解 .
在Qt中并没有特定的串口控制类,现在大部分人使用的是第三方写的
qextserialport
类,我们这里也是使用的该类。
jingzhesiye
·
2011-08-07 14:00
windows
linux
struct
application
qt
Signal
mini2440下串口读写
一开是使用的是网上广泛流传的那个文件包叫“
qextserialport
-1.2win-alpha”,用到了里面的几个文件。posix_qextserial
lusehu
·
2011-05-11 17:00
struct
存储
action
终端
Signal
[置顶] Qt编写串口通信程序全程图文讲解
在Qt中并没有特定的串口控制类,现在大部分人使用的是第三方写的
qextserialport
类,我们这里也是使用的该类。
God2469
·
2010-07-27 22:00
windows
linux
struct
application
qt
Signal
Qt: 基于
qextserialport
实现的一个小串口工具
参考资料(请自行baidu,很好找):
qextserialport
-1.2win-alphaQt编写串口通信程序全程图文讲解.doc跟随文档Qt编写串口通信程序全程图文讲解.docstepbysetp实现了一个小串口工具作为我的第一个
webcenterol
·
2010-07-09 11:00
port
Qt: 基于
qextserialport
实现的一个小串口工具
参考资料(请自行baidu,很好找):
qextserialport
-1.2win-alphaQt编写串口通信程序全程图文讲解.doc 跟随文档Qt编写串口通信程序全程图文讲解.doc stepbysetp
zmyde2010
·
2010-07-09 11:00
windows
文档
qt
工具
QextSerialPort
类多线程读写串口的方法
QextSerialPort
是一个跨平台的第三方串口类,可以很方便地在QT中对串口读写操作。但是默认使用的读写方式是查询方式,一般都是在程序中使用定时器。如果需要快速响应串口读写,可以使用多线程方式。
sanitizer
·
2010-04-17 22:00
thread
多线程
delete
Constructor
getter
methods
QextSerialPort
多线程读写串口
原帖:http://www.qtcentre.org/threads/21063-
QextSerialPort
-with-QTimer-approch-for-reading
sanitizer
·
2010-03-21 14:00
多线程
qt
qte2.3.12多线程库libqte-mt的编译
FriendlyArm2440的板子,之前的串口一直用
QextSerialPort
,定时查询方式读写串口。
sanitizer
·
2010-03-21 13:00
Qt编写串口通信程序全程图文讲解
http://blog.csdn.net/yafeilinux/archive/2009/10/24/4717706.aspx在Qt中并没有特定的串口控制类,现在大部分人使用的是第三方写的
qextserialport
dongliqiang2006
·
2010-01-06 23:00
qt
Qt编写串口通信程序全程图文讲解(一)
在Qt中并没有特定的串口控制类,现在大部分人使用的是第三方写的
qextserialport
类,我们这里也是使用的该类。
lbsljn
·
2009-12-13 01:00
linux
windows
application
qt
browser
Signal
Qt编写串口通信程序全程图文讲解
在Qt中并没有特定的串口控制类,现在大部分人使用的是第三方写的
qextserialport
类,我们这里也是使用的该类。
yafeilinux
·
2009-10-23 13:00
linux
windows
struct
application
qt
Signal
如何生成
qextserialport
.lib
编译环境:1、
qextserialport
1.12、QT4.3.23、VC++20031.在官网下载
QextSerialPort
最新版
qextserialport
-1.1.tar.gz,解压到
qextserialport
dongliqiang2006
·
2009-08-20 17:00
thread
dll
扩展
qt
include
makefile
Qt串口通信
QextSerialPort
类
Qt串口通信
QextSerialPort
类Qt 2009-02-0923:49 阅读284 评论1 字号: 大 中 小 莫名的不开心……生活的如此扎乱无章,有心却无力改变,忙碌却感到无比的空虚
dongliqiang2006
·
2009-08-13 21:00
thread
command
扩展
qt
include
makefile
QextSerialPort
编译指南
编译环境:1、
qextserialport
1.12、QT4.3.23、VC++20031.在官网下载
QextSerialPort
最新版
qextserialport
-1.1.tar.gz,解压到
qextserialport
ocean181
·
2008-10-28 09:00
thread
dll
扩展
qt
include
makefile
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他