CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - serial qt

搜索资源列表

  1. serial

    2下载:
  2. Qt中一个串口的程序,能帮助学习Qt中对串口操作,很有作用的!
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3.08kb
    • 提供者:wzc
  1. QT 编写和基于WINCE系统的实时曲线图

    0下载:
  2. QT 编写和基于WINCE系统的实时曲线图,从串口采集数据,以曲线方式显示-QT preparation and real-time systems based on WINCE graph, collect data from the serial port to display curves
  3. 所属分类:Windows CE

    • 发布日期:2017-03-26
    • 文件大小:32.74kb
    • 提供者:陈书高
  1. celiangyiGUI

    0下载:
  2. 通过串口控制下位机的一个QT界面,有绘制波形,读取电压电流等参量的功能。-Through the serial port of a slave under the control of QT interface with drawing waveforms, read voltage and current parameters of the function.
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3.75mb
    • 提供者:陈*
  1. Embedded-Linux-GPRS

    0下载:
  2. 嵌入式Linux下实现GPRS拨号上网 本人使用FriendlyARM开发板(miniARM2440)与GPRS模块(SIM300,用广州动感地带的手机卡,cmnet 连接)实现了基于PPP的拨号上网,方法如下: 1.首先得让内核支持PPP,进入Linux 内核目录(kernel-2.6 或 以上内核版本),执行 #make menuconfig 添加如下内核选项: Device Drivers ---> Network device support ---> <
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-23
    • 文件大小:14.04kb
    • 提供者:gu
  1. serialProgramming

    0下载:
  2. 实现在linux—pc 和arm-linux上的串口编程,用的是QT/E-Implementation at linux-pc and arm-linux on serial programming, using the QT/E
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-03
    • 文件大小:969.87kb
    • 提供者:jxq
  1. lianxi4

    0下载:
  2. 实现PC机与单片机的串口通讯,并自动返回值-The realization of PC and MCU serial communications, and automatically return value
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:11.56kb
    • 提供者:wenzi
  1. serialarm

    0下载:
  2. XSBase270实验开发平台linux下QT作的串口实验源码-XSBase270 experimental development platform for linux serial experiments made under the QT source code
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:54.47kb
    • 提供者:jameslee
  1. PowerMonitor2

    0下载:
  2. 运行在arm平台linux中,使用qt软件开发,可以接受串口数据,并且在打开的窗口中用曲线的方式即时显示出来。程序中用到串口方面以及qt图形界面和c++知识。-Run on arm platform, linux, using qt software development, can accept serial data, and open the window curves method using real-time display. Procedures used in serial po
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:96.33kb
    • 提供者:tanyong
  1. qtserial

    0下载:
  2. qt serial for windows XP system
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1.05mb
    • 提供者:zxj
  1. qserial1

    0下载:
  2. 用QT写的Linux 串口调试小助手!方便开发者在Linux下串口调试-serial assistanter written by QT in linux!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:359.54kb
    • 提供者:何小辉
  1. qtmcom_loop_onetoone

    0下载:
  2. 可实现两个串口互相通讯,界面友好,在Qt4环境下可直接运行。-realized between two serial communications, user-friendly, in Qt4 environment can be directly run
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:123.93kb
    • 提供者:张瑞
  1. keyleduart

    0下载:
  2. 自己编写的一部分完整代码,是学习arm9的好工具,这个程序是针对s3c2440的。能够实现按键检测,led显示和串口的打印。-I have written part of the complete code, is a good tool for learning arm9, this program is for s3c2440' s. To achieve key detection, led display and print the serial port.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:130kb
    • 提供者:郭建华
  1. Touch

    0下载:
  2. 基于S3C2410嵌入式的触摸屏程序,通过串口助手,可以观察触摸屏上点的坐标,而且也利于再再次开发。-S3C2410-based embedded touch-screen program assistant through the serial port, you can observe the coordinates of points on the touch screen, but also conducive to further re-development.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:328.3kb
    • 提供者:gjianw217
  1. serialport.tar

    0下载:
  2. 在arm板上开发一个串口程序和pc机相连-In the arm board to develop a machine connected to the serial program, and pc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:32.04kb
    • 提供者:熊有郑
  1. QT-serial-programming.tar

    0下载:
  2. 用qt实现的串口通信,这样通过串口,两台主机就可以进行收发信息。-Use qt realization of serial communication, so that through a serial port, two hosts can undertake to send and receive messages.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:2.55kb
    • 提供者:jason
  1. Qt-communication.rar

    0下载:
  2. Qt编写串口通信程序文档,里面有图文介绍,比较值得学习的一个文档,Qt to write serial communication program documentation, there is a graphic descr iption, comparing a document worth learning
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-11
    • 文件大小:1.14mb
    • 提供者:李叶
  1. QT-Serial

    0下载:
  2. 嵌入式linux下QT串口程序,实现了接收发送字符功能-Embedded QT under linux ,serial procedures, receiving the transmitted character functions
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:29.1kb
    • 提供者:yufan
  1. serial

    0下载:
  2. 基于linux的串口通信程序实现与开发版的串行通信-QT serial communction
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:15.92kb
    • 提供者:sulu
  1. QT-serial-programming.tar

    0下载:
  2. 用qt实现的串口通信,这样通过串口,两台主机就可以进行收发信息。-Use qt realization of serial communication, so that through a serial port, two hosts can undertake to send and receive messages.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:2.8kb
    • 提供者:q18397058canji
  1. QT

    0下载:
  2. 使用信号与槽机制,实现串口通讯,GPS通信等。-Use signals and slots mechanism to achieve serial communication, GPS communications.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-09
    • 文件大小:1.5mb
    • 提供者:Gong
« 12 3 4 »
搜珍网 www.dssz.com