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

搜索资源列表

  1. School_sms

    0下载:
  2. 一个C#写的WEB方式的服务器,是一个家校通系统,另外有一个负责串口发送短信的,做为一个代码上传.-C# to write a Web server approach is a home-school system, and another one for the serial port to send text messages, as a code uploads.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:255123
    • 提供者:王军
  1. plc_omron.rar

    0下载:
  2. C#串口通信源代碼,通过com口读写数据,控制plc 监控, ,C# source code for serial communication through the com port to read and write data, control plc control,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1716217
    • 提供者:jackzhang
  1. Source

    0下载:
  2. 实时串口转以太网功能,UDP,TCP及各种串口设置实现-Features real-time serial to Ethernet, UDP, TCP and various serial port settings to achieve
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:9815
    • 提供者:朱凤波
  1. test_onlyread

    0下载:
  2. java界面运行在pc上,write.c载到linux系统的节点上,两者通过串口进行通信。然后在pc上运行test,在界面中输入ttyUSB0,点open按钮,然后点read按钮。接着在节点上./write运行write就能在界面上显示接收到信息。-java interface running on the pc , write.c set to the linux system nodes, which communicate through the serial port with pc.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3321
    • 提供者:白鸽
  1. serial_port

    0下载:
  2. 串口的编写代码,包括打开串口,读写串口的头文件,以及.c文件-The preparation of serial code, including open serial port, serial port to read and write
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:1452
    • 提供者:孙雪春
  1. client_server_seirialport_file_transfer_demo

    0下载:
  2. Files --- client.c server.c About ----- Client opens a file and sends it to server, while server displays the file at the serial port.-Files ------ client.c server.c About ----- Client opens a file and sends it to serve
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:3754
    • 提供者:Ajit
  1. uclinux

    0下载:
  2. 本文件是采用c语言编写的uclinux串口驱动,希望可以对需要的朋友有所帮助-uclinux serial port driver
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:24854
    • 提供者:sungang
  1. serial_rd

    0下载:
  2. 在linux下用C语言开发的小程序,实现对指定串口的打开,设置串口的通信参数(波特率设置,数据位,奇偶校验,数据流控制等),通过使用read函数和write函数实现串口的读写。-Under linux using C language in the development of small procedures, to achieve the specified serial port to open, set the serial port communication parameters (
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:2076
    • 提供者:huyiming
  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. term1

    0下载:
  2. linux c 读写串口的程序,主要实现了通过串口读写数据!-linux c to read and write serial programs, read and write data through the serial port!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:1404
    • 提供者:张蕾
  1. Com

    0下载:
  2. 在C和C++应用中打开串口的源码,可以直接调用此源码打开COM1和COM2口-In the C and C++ of applications to open the source code of the serial port, you can directly call this source code to open COM1 and COM2 port
  3. 所属分类:Web Server

    • 发布日期:2017-11-15
    • 文件大小:3651
    • 提供者:吴荡儒
  1. CSerialPortComm

    0下载:
  2. 一段关于实现多串口的通信系统,使用C++语言,接收数据,发送数据-Communication system is a multi serial port, using C++ language Receive data, send data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:982
    • 提供者:莫文
  1. portscan

    1下载:
  2. c语言实现全连接和半连接的端口扫描程序,可以通过对指定的IP的连续端口进行扫描-c language to achieve full connectivity and port scanner connected half,Can be scanned through the serial port of the specified IP
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3065
    • 提供者:fangling
  1. Server

    1下载:
  2. 工程实现一个多线程的C语言服务器,这个服务器被移植到arm开发板中用来读取串口,网口的数据,并传输到网络中,通过Tcp与其他客户端程序通信。-Project to implement a multi-threaded C language server, the server is transplanted to arm development board to read serial data network port, and transmitted to the network via T
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:175043
    • 提供者:李强
  1. linuxcPPCom

    0下载:
  2. linux c++ 串口访问类.该类完成了串口的打开 设置读写等功能。有助于帮助初学者学习linux下串口操作。-linux c++ serial access class. Such complete opening is provided in the serial read and write functions. Contribute to help beginners learn under linux serial port operation.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-13
    • 文件大小:1846
    • 提供者:zhangsan1
  1. TcpClientToUart

    0下载:
  2. 程序将来自TCP服务端发送过来的数据转到串口发送出去,将接收的串口数据转发到TCP服务端,架起了TCP与串口通讯之间的桥梁。(The program will send data from the TCP server to the serial port to send out, and will receive the serial data forwarded to the TCP server, set up a bridge between TCP and serial communi
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-26
    • 文件大小:4740096
    • 提供者:海码
  1. 串口调试助手

    0下载:
  2. 一个厉害的串口通信监视程序(可监视已打开的串口)(A powerful serial communication monitoring program (can monitor the open serial port))
  3. 所属分类:网络编程

    • 发布日期:2017-12-31
    • 文件大小:130048
    • 提供者:深海4587
搜珍网 www.dssz.com