CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 串口发送数据

搜索资源列表

  1. rmote

    0下载:
  2. 串口采集数据,然后由网口发送出去,linux c编程-serial data acquisition, and then I sent by the network out, linux c Programming
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2782
    • 提供者:白涛
  1. chuankoutongxin

    0下载:
  2. 串口通信,用QT做一个上位机,实现向下位机发送数据。-serial communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2180791
    • 提供者:ld
  1. Serial

    0下载:
  2. Linux下串口通信程序,打开串口,发送与接收数据-Linux serial
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2278
    • 提供者:xiaoyuer
  1. Qt_Serial_COM

    1下载:
  2. 用Qt编写的串口调试助手,具有串口参数设置、串口状态控制、保存接收数据、定时发送等功能-Qt Serial Debug
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5279228
    • 提供者:liuming
  1. modbus

    0下载:
  2. modbus rtu协议 linux 平台的实现.读取相关配置文件信息.通过串口发送数据.-modbus rtu protocol linux platform. read the configuration file information. send data through serial port.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:220589
    • 提供者:Daniel
  1. boxingxianshishujucaijishangweiji

    0下载:
  2. 温度数据采集系统上位机程序,也可作其他数据接收程序,十进制显示数据、波形。分了3个大块,左边为参数设置,中间为实时波形显示,右边为实时数据值显示以及数据发送模块。兼顾了串口助手功能和上位机接收程序功能。接收的数字以十进制显示,精确到小数点后面一位。波形显示实时值并动态替换,一秒刷新一次。相当有价值。是我做课程设计的时候写的。功能完善。完整代码-Temperature Data Acquisition System PC program can also be used for other dat
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:836402
    • 提供者:lixiao
  1. DP_RAM_lab

    0下载:
  2. 用SmartGen 生成一个2k*8 Dual Port RAM,并通过串口发送数据初始化RAM。然后通过串口返回到上位机的串口调试程序显示。-SmartGen generated using a 2k* 8 Dual Port RAM, and sending data through the serial port to initialize RAM. And back through the serial port to the PC serial port debugger displ
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3586
    • 提供者:劳杰勇
  1. mscomabc

    0下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-More than one thread of the VC++ Serial Communication example, select the serial port of the machine can be used to open the same number into the serial port availabl
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:107253
    • 提供者:133
  1. QtComAssist

    0下载:
  2. 用QT编写的控制台,用于和串口通信,功能是关闭,打开串口和接收发送数据-Written with QT console, for, and serial communication function is off, open the serial port to send and receive data
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:28210
    • 提供者:lifu
  1. send.c

    1下载:
  2. 这个程序是在linux下利用串口发送数据,把字符串通过标准的语句进行发送。-This procedure is to make use linux serial port to send data to a string for transmission through a standard statement.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1049
    • 提供者:齐海鑫
  1. comtemp

    0下载:
  2. 串口控件实现温度数据采集并显示,本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法   串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”)   取串口数据:m_Comm.GetInput()   你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。 -Serial Port Control to achieve th
  3. 所属分类:Network Security

    • 发布日期:2017-04-02
    • 文件大小:81831
    • 提供者:ak
  1. SerialPort

    1下载:
  2. linux环境下串口接收数据与发送数据实验 包含实验报告和源代码-linux environment to receive data and send data to serial experiments with test report and source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:595042
    • 提供者:杨一新
  1. serial

    1下载:
  2. 这是一个在linux下用QT编写简易串口通讯助手的源程序,程序简单易读,可以实现串口端口的选择及串口参数的设置,及接收串口数据以及向串口发送数据,请用qt creator即可-This is a linux written in QT source of simple serial communication assistant, the program is simple and easy to read, you can achieve the selection of the serial
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-03-18
    • 文件大小:6144
    • 提供者:钟路强
  1. ComTestNew

    0下载:
  2. 自己写的串口调试精灵,用来测试串口发送数据,监听返回数据-Write your own serial debug wizard, used to test the serial port to send data, monitor data is returned
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:63300
    • 提供者:许亚伟
  1. uart_socket

    0下载:
  2. 通过将linux下的串口转换为socket 把数据传出去,或者通过socket接收数据,然后通过串口发送出去(By converting the serial port under Linux to socket, the data can be sent out, or the data can be received through socket, and then sent out through the serial port)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:davi978
  1. serialPort

    0下载:
  2. 使用QT5开发串口应用程序,如串口配置,串口发送数据,串口接收数据(use QT5 to develop a simple serial port communication code;)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:AbbyHuang
  1. Serial_com

    0下载:
  2. 在linux qt 上用串口进行的数据发送接受通信,一个简单的实例,方便简易懂(Sending and receiving data by serial port on Linux QT, a simple example, easy to understand and easy to understand)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-22
    • 文件大小:563200
    • 提供者:傻琥珀
  1. final-Serial

    0下载:
  2. windows串口控制,有串口打开,串口数据读取,串口数据发送,清空串口缓存等程序(Windows serial port control, including serial port open, serial port data reading, serial port data sending, clearing up serial port cache and so on.)
  3. 所属分类:系统编程

    • 发布日期:2018-05-03
    • 文件大小:43763712
    • 提供者:likeworld
  1. xjxlwi97

    0下载:
  2. 该程序是串口调试助手,能够对串口发送数据以及从串口接收数据,并且能够选择数据格式()
  3. 所属分类:系统编程

    • 发布日期:2018-05-04
    • 文件大小:44032
    • 提供者:Dozus
  1. 串口通信

    1下载:
  2. QNX下的串口通信,在实际的机器上测试了一下,发现可以连续的发送数据。(Serial communication under QNX)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2019-05-29
    • 文件大小:1024
    • 提供者:迟到的斑马
« 12 3 »
搜珍网 www.dssz.com