搜索资源列表
NzLan103_Protocol
- 这是在QT下开发的,用于和国电南自的网络保护(如PSL602,PST1200等)用网络103规约进行通信的程序,对刚开始接触规约开发的人有很大的帮助-This is the QT under development for the country and the south, since the network protection (eg PSL602. PST1200) network with 103 of the Statute of communication procedures,
ppt
- 使用于2410终端上的一个播放类似ppt文件的程序,涉及Tcp/IP通信、局域网广播、Qt视窗系统、pThread等多个方面。修改makefile中编译工具即可编译,linux中应已经安装了qt2.7以上版本。
udp
- 这是一个基于UDP协议的C/S聊天系统,在QT里实现正常的通信-This is a UDP-based C/S chat system, in QT, normal communication
bluetooth
- 本设计是基于蓝牙技术设计的一个嵌入式的点菜系统,采取c/s结构,将嵌入式开发板arm2410s作为无线点菜器,也就是客户端,pc作为后台管理器,也就是服务器端,服务器端在linux下进行开发,客户端和服务器端通过蓝牙进行无线通信,其中利用qt designer制作菜单界面。-The design is based on the design of an embedded Bluetooth technology a la carte system, to c/s structure, the e
Book-LinuxApp
- 华清远见嵌入式linxu编程,包括内核,驱动,移植,linuxAPI,文件,进程通信,QT。从入门到精通-China Qingyuan see embedded linxu programming, including the kernel, drivers, transplantation, linuxAPI, documents, process communication, QT. From Novice to Professional
Embedded-Linux-application-
- 本书包括Linux 快速入门.Linux 基础命令。Linux 下的C 编程基础。嵌入式系统基础。嵌入式Linux开发环境的搭建。 文件 I/O 编程。进程控制开发。进程间通信。多线程编程。嵌入式Linux 网络编程。嵌入式Linux设备驱动开发。Qt图形编程-This book includes Linux started quickly. Linux foundation command. The C programming under Linux based. Embedded syste
QT-serial-programming.tar
- 用qt实现的串口通信,这样通过串口,两台主机就可以进行收发信息。-Use qt realization of serial communication, so that through a serial port, two hosts can undertake to send and receive messages.
gprsdialog
- GPRS通信应用软件,QT界面。。基于嵌入式LINUX,界面控制串口从而操作GPRS模块-GPRS softside,QT desk
chuanxingtongxin
- QT实现单片机上的串行通信,带界面。可实现功能:设置串口参数,包括波特率、数据位、校验位和停止位等。 2. 选择串口并且打开。 3. 读写打开的串口。 4. 断开串口。 -QT on a single-chip serial communication with the interface. Functions: Set the serial port parameters, including baud rate, data bits, parity bit and stop bit. (2)
mycom
- 串口通信(包括参数设置,收发串口数据,显示收到的数据,以及串口的选择)-qt development windows serial communication program, has set the serial port of the properties, and display the data received and other functions
Qt_serial_com
- Qt编写的串口通信完美教程,非常详细的图文介绍,提供移植到LInux的程序!-Qt to write the serial communication perfect tutorial, very detailed graphic presentation, transplanted to the LInux program!
qmsg.tar
- 这是一个基于Qt for Embedded Linux 4.5.0的无线即时通信系统。该系统在UP-NETARM2410-S+无线网卡硬件平台上,基于Qt嵌入式Linux开源平台开发了QMsg无线通讯软件。该软件是一个IPMessenger协议的Qt4版本实现,可用于各类PDA, PSP,智能手机等手持式设备,以及PC机之间的即时通信和文件传输。-This is based on Qt for the Embedded Linux 4.5.0 of wireless instant messag
Qt-communication.rar
- Qt编写串口通信程序文档,里面有图文介绍,比较值得学习的一个文档,Qt to write serial communication program documentation, there is a graphic descr iption, comparing a document worth learning
QT-TCP-SOCKET
- 基于QT的TCP—SOCKET通信协议和相关操作说明,全是资料干货,学习QT跨平台的同学,可以看一下。 -QT-based TCP-SOCKET communication protocols and related instructions, all dry materials, students learn QT cross-platform, you can look at.
QT-serial-programming.tar
- 用qt实现的串口通信,这样通过串口,两台主机就可以进行收发信息。-Use qt realization of serial communication, so that through a serial port, two hosts can undertake to send and receive messages.
QT
- 使用信号与槽机制,实现串口通讯,GPS通信等。-Use signals and slots mechanism to achieve serial communication, GPS communications.
Linux--QT
- 在Linux平台下,基于QT实现串口通信的程序 -Linux under a serial port communication program based on QT
dai_ma
- 在A8上建立服务器,利用QT建立客户端,两者通过TCP/IP协议进行通讯。STM32通过BMP180、BH1750传感器获得温度,大气压强,光强等参数。通过串口通信将这些参数传给服务器,服务器通过数据分析判断是否通过蜂鸣器进行报警。同时将这些参数传给客户端用来实时显示。客户端可以控制服务器报警程序的开始和停止。注:A8上运行linux系统!!!(Set up the server on A8 and use QT to set up the client, which communicates
qtDemo_sln_ok_qt5.4vs2010
- 采用QT实现K10屏幕亮度参数采集,USB2CAN接口数据通信功能的上位机程序,环境为VS2010+QT5.4_opengl(Using QT to realize the acquisition of K10 screen brightness parameters, the host computer program of USB2CAN interface data communication function, the environment is VS2010+QT5.4_opengl
QT-TCP通信测试
- QT实现的TCP客户端与服务端通信测试例程,是还不错的学习资料