搜索资源列表
qt
- 上海数传信息科技有限公司的所有模块使用的都是2.4Ghz频段,直序扩频(DSSS)的通信方式;所有模块本身都具有不可更改的独一无二的,64位的身份编号。它们组成满足不同实际需要的无线数传网络平台
Qt
- 基于Qt的串口通信程序,已经调试可以放心使用。
qtsocket
- qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
chuankoutongxin
- 串口通信,用QT做一个上位机,实现向下位机发送数据。-serial communication
QT.tar
- Qt窗口源码 窗口时钟,温度显示,网络通信,实时报警.-Qt source code window, the window the clock, temperature display, network communications, real-time alarm.
embedded_develop_instructor
- 该文档是基于博创实验箱指导书,里头有多线程、ad转换、QT在LINUX上移植、无线电通信等等,具有源码解析及电路图-The document is based on the experimental Fiberxon guide book box, inside a number of threads, ad conversion, QT on transplantation at LINUX, radio communications and so on, with source code a
multiProcess
- 一个多进程通信的演示,在UBuntu8.04中编写,使用QT图形化,主要内容是有四个进程,每个进程一个窗口,一个物体在四个窗口中穿梭-A demonstration about multi process communication, built in UBuntu8.04 with QT, there are four process, each process have a window, an object move in the four windows.
QtComAssist
- 用QT编写的控制台,用于和串口通信,功能是关闭,打开串口和接收发送数据-Written with QT console, for, and serial communication function is off, open the serial port to send and receive data
serialapp
- 在linux下用QT来编写的一个通过串口来通信的示例程序-In use QT under linux to write to a serial port to communicate through the sample program
qtCommSrc
- qt开发的windows串口通信程序,具有设置串口的各项属性,以及显示收到的数据等功能-qt development windows serial communication program, has set the serial port of the properties, and display the data received and other functions
Lam_qt
- 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
gsm
- 基于QT的gsm通信程序,可以在pc机上实现gsm模块与手机的通信-QT-based gsm communication program, you can achieve in the pc machine and the cellular phone communication gsm module
testqt.tar
- Linux QT的测试程序 关于多线程,进程间通信的,服务器方向的-Linux QT testing procedures on the multi-threading, interprocess communication, the server direction
QTSerialPortcomunication
- QT下的串口通信程序。可以当作串口通信调试助手使用。使用qextserial的库。-QT under the serial communication program. Debug Assistant can be used as a serial communication. Use qextserial' s library.
src
- qt的可执行文件,能实现简单的影视频通信,比较好用-qt executable file, to the impact of video communication simple, relatively easy to use
qt-ser-comm
- qt串口通信, 使用qt工具进行串口通信,比较经典的教程,推荐下载-qt serial communication, serial communication using the qt tools, more classic tutorial, recommended download
code-qt
- qt 的一些实验例程,很全,包括网络通信,磁盘文件,事件,图形,图画-qt some experimental routine, very wide, including network traffic, disk files, events, graphics, drawings
test
- QT 和 JS的交互 QT JS通信(send message between QT and JS)
TcpIpDemo
- qtcreator编写tcpip实现通信...(Qtcreator write tcpip communication)
QT和面向对象节介绍
- 在Linux上QT的基本,QT程序开发 开发一个Qt应用程序的步骤: 1、 先声明所需的窗口部件 2、 设置它们的属性 3、 然后再把这些窗口部件添加到布局中 4、 根据Qt的信号/槽原理,创建并连接使用到的信号/槽,通过窗口部件之间的通信可管理用户的交互行为 5、 程序的编译、链接和运行(Basic QT program development on Linux on QT Steps to develop a Qt application: 1. Declare the re