CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 串口接收数据

搜索资源列表

  1. attest

    0下载:
  2. 这是自己编写的串口测试程序,用于向串口发送AT命令,并接收串口来的数据
  3. 所属分类:Internet/网络编程

    • 发布日期:2014-01-17
    • 文件大小:1508
    • 提供者:guoguo
  1. boa_src

    0下载:
  2. 基于嵌入式web服务器的web编程,将从html网页表单里的数据接收后发到串口的操作。
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:48250
    • 提供者:虚礼明
  1. SeriesPort.rar

    0下载:
  2. 可以实现串口文件的传输,线程函数检测到串口有数据接收,将发送消息,调用消息处理函数接收数据,Serial port can transfer files, function to detect threads serial data receiver will send a message, call message processing function to receive data
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:245998
    • 提供者:王燕
  1. vxWorks_UDP_implement

    1下载:
  2. vxWorks下的UDP通信程序,要求Server端广播发送,几个Client端接收数据,同时进行拆包处理。-vxWorks UDP implement
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-03-06
    • 文件大小:2580
    • 提供者:yht
  1. MSCOMM

    0下载:
  2. wince系统下的MFC工具下编写的一个串口程序,可以测试多个串口,在串口之间可以发送和接收数据-MFC tool wince system prepared under a serial program, can test multiple serial ports, the serial port can send and receive data between
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:125585
    • 提供者:Wiliam
  1. SerToNet

    0下载:
  2. 接收串口数据转发到网络/区间广播。用于某些在串口和网络之间转发数据的情况,过程为完全转发,没有拦截处理。-Forward to receive serial data to the network/broadcasting interval. For some at forward between the serial and network data, the process completely forward, there is no intercept treatment.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:15062
    • 提供者:jenghau
  1. CSocket

    0下载:
  2. CSocket类的应用。程序包括一个服务端和一个客户端,服务器程序接收到客户端发送的数据后,将数据从串口发送-CSocket class applications. Procedures, including a service client and a client, the server program to receive data sent by the client will send data from the serial port
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:9741470
    • 提供者:lanyu
  1. Form1

    0下载:
  2. 串口发送接收数据,串口发送接收数据 -Sending and receiving serial data, serial port serial port to send receive data to send receive data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1480
    • 提供者:zhaoleims
  1. 53607895dosCOM

    0下载:
  2. TC下串口是怎样发送数据和接收数据程序的,通过232可以收发数据-TC is under the serial port to send data and receive data on how the procedure, can send and receive data through the 232
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1293
    • 提供者:gaojie
  1. Ais

    3下载:
  2. AIS数据解析程序,可以接收和发送AIS的信息。-AIS message program
  3. 所属分类:Linux Network

    • 发布日期:2016-04-24
    • 文件大小:4023296
    • 提供者:shengma
  1. Winsock_Server(Optimization)

    0下载:
  2. 基于VB平台下,采用WinSocket控件来开发的通信Server端程序,添加了串口GPS数据接收以及添加了VB中一些基本控件的应用。-VB-based platform, using WinSocket controls to the development of communication Server-side program, add the serial port to receive GPS data, and add some basic controls in a VB appl
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2494003
    • 提供者:褚文华
  1. tcp_ip-communication-programming

    0下载:
  2. 本例中,我们首先要用WinSockets类来编写一个C/S(Client/Server)程序,C/S程序包含一个服务器端和一个客户端,服务器程序接收到客户端程序发来的数据后,将数据从串口1(COM1)发送出去,我们可以用串口调试助手来接收这些数据。-In this case, first we WinSockets class to write a C/S (Client/Server) program, C/S program includes a server and a client, t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:91199
    • 提供者:借方鋆
  1. comm

    0下载:
  2. 用Java实现串口读取,接收数据的串口通信软件源码-implement of serial communicatin using JAva
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2845
    • 提供者:chenjun
  1. RS485bridgepure

    1下载:
  2. RS485串口通信测试小程序,能正常发送和接收数据。-RS485 serial communications test program normally send and receive data.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1963900
    • 提供者:lin
  1. ip2com

    0下载:
  2. 从网口接收数据,发送到com口,从com口接收数据发送到网口,使用了对串口操作、多线程、socket编程等技巧。有makefile和测试程序-Receiving data from the network port to send to the com port, receive data from the com port to send to a network port, use the serial operation, multi-threading, socket programmi
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:4160
    • 提供者:guoguo
  1. socket

    0下载:
  2. 使用套接字和串口混合编程,将串口接收数据,使用套接字发送-Use socket and serial port programming, serial port receives the data, use the socket to send
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:1478521
    • 提供者:高阳酒徒
  1. panda_block

    0下载:
  2. 串口和网口通信程序,由串口接收数据,然后保存,希望读数据时由网口来发送-Serial and Ethernet port communication program, when the data received by the serial port, and then save, hoping to read data sent by the network interface
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6912
    • 提供者:雷鹏飞
  1. commDlg

    1下载:
  2. VC++串口接收数据实时显示,并绘制曲线,可以自定义路径保存数据到TXT。-VC++ serial port to receive real-time data display, and are plotted, you can customize the path to save the data to TXT.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-12-22
    • 文件大小:5120
    • 提供者:云端海
  1. uart_print

    0下载:
  2.  void uart_init():uart初始化配置,配置相应IO口状态、奇偶校验选择以及波特率等参数。  unsigned char uart_max_data_get(unsigned char *buf) :通过协议计算等获取串口通讯的最大数据长度,用于判断这一帧数据接收完全  unsigned char uart_recive(unsigned char *buf):串口接收函数,接收到的数据存储在buf中。 
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:292972
    • 提供者:邵志鹏
  1. SerialPort

    0下载:
  2. 串口类,可以自由控制串口接收和发送数据,非常不错的- U4E32 u53E3 u7C7B
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-14
    • 文件大小:9379
    • 提供者:lizimin
« 12 »
搜珍网 www.dssz.com