搜索资源列表
qt_v4l2
- 采用v4l2 进行USB摄像头数据采集,并且,能够通过QT界面来进行图像数据的显示-Using v4l2USB camera data acquisition, and, through QT interface to the display image data,,,
serialpc
- 基于QT的串口通信程序,可以实现pc机的串口发送接收数据-QT-based serial communication program can be achieved pc machine serial port receive data
GPS-and-GSM
- 了解GPS数据格式及编程应用 了解GSM数据格式及AT指令集的使用方法 掌握Qt编程方法与技巧 掌握Qtopia应用程序的配置过程 -Understanding of the GPS data formats and application programming for GSM data format and the use of the AT command set to master Qt programming methods and techniques to m
usb_dll
- qt开发环境下的usb调试助手,可以实现pc机与usb的数据传输,usb芯片采用的是CH375,方便使用-qt development environment for usb debugging assistant, can be achieved with the usb pc machine data transfer, usb chip is CH375, easy to use
WINCEGPRS
- GPRS是通用分组无线业务,是在现有的GSM系统上发展出来的一种新的分组数据承载业务。可以为用户提供手机上网,手打短信,移动办公,网上游戏,资源共享的丰富功能,本实验课题利用WINCE5.0操作系统和MagicARM2410试验箱,通过插入SIM卡,来实现短信息的收发功能。 本实验课题的硬件为一台装有WindowsXP操作系统的电脑以及装有WINCE操作系统的MagicARM2410试验箱。MagicARM2410教学实验开发平台是一款可使用WINCE和Linux操作系统,支持QT,SIM
GSMtest
- GPS和GSM通信实验源码 1、了解GPS数据格式及编程应用 2、了解GSM数据格式及AT指令集的使用方法 3、掌握Qt编程方法与技巧 4、掌握Qtopia应用程序的配置过程 -GPS and GSM comunication source code。
myCom1
- Qt Window 下的串口操作 范例,包括串口自动扫描、检测,发送数据,接收数据等功能-Qt serial operation
myCom
- 这是一个QT窗口程序,可以实现打开关闭串口功能,并能够从串口缓冲区读写数据。-This is a QT window procedure can achieve open and close the serial port function, and the ability to read and write data from the serial port buffer.
gps
- Qt下gps数据解析程序,包括串口操作、gps定位数据提取和解析,以及GS-87资料。-Qt under gps data analysis procedures, including serial operation, gps positioning data extraction and analysis, as well as GS-87 data.
com
- 使用Qt调用第三方接口的串扣读写程序,能够接收到数据,比较简单-Using Qt call third-party interface button to read and write procedures, can receive data, relatively simple
linux_MYCOM-2017.01.18
- Linux下编写的qt串口调试助手,适合初学者、简单收发数据、实现通讯-Written in qt under Linux serial debugging assistant, suitable for beginners, simple to send and receive data, realize communication
qcom-1.1.tar
- qt实现串口通讯,数据接收可区分字符和十六进制格式。(QT serial communication, data access can distinguish between characters and sixteen decimal format.)
ReadDaTime
- 从串口读取串口数据,并截取部分数据进行曲线拟合,实时读取数据,定时持续更新曲线。(Read data from serial port and intercept some data fitting curves.)
Uart
- 基于Qt 5.8.0的串口调试助手,实现了检测可用串口,连接,16#或ASCII码收发数据(Serial debugging assistant based on Qt 5.8.0)
MyserialPort_display_2
- qt串口助手,能接收和发送数据,能对接收的数据绘出曲线(QT serial port assistant, can receive and send data, can draw curves for received data)
基于QT的串口通讯上位机软件
- 基于QT开发的单片机上位机通讯软件,能够接收下位机发送的数据,将数据展示在折线图中。