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

搜索资源列表

  1. UART

    0下载:
  2. LINUX下的串口通信,其中包括接受和发送函数,并且自己做过详细的注释-Serial communication under LINUX
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3458
    • 提供者:麦龙华
  1. NTP

    1下载:
  2. 这种授时方式是在服务器处配置时钟装置,该装置通过串口将时钟信号接入服务器,由服务器通过网络采用广播方式发出授时命令,对其下的各个工作站进行授时。网络授时方式可采用多种网络授时协议,如Time协议,Daytime协议,网络时间协议NTP,简单网络时间协议SNTP,PTP协议等。本课题采用NTP协议,采用这种方式可以获得几毫秒到几十毫秒的同步精度。 -This timing mode is configured at the server clock means the clock signal
  3. 所属分类:Linux Network

    • 发布日期:2015-09-08
    • 文件大小:9722880
    • 提供者:GUISHAOPAN
  1. socket_serial

    0下载:
  2. 网络套接字+蓝牙串口做的一个设备通信软件-Network socket+ do a Bluetooth serial device communication software
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1793
    • 提供者:谷超
  1. teraterm-4.82

    0下载:
  2. You can use this software to communicate with your device via PC serial port(RS232) etc.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-30
    • 文件大小:12067942
    • 提供者:allen
  1. linux-of-com-comunication

    0下载:
  2. 这是友善之臂下的demo下面的一个串口通信的例子,该例子是基于linux下的一个简单的串口通信测试代码。-This is an example of a serial communication demo below under friendly arm, this example is based on a simple serial communication test code under linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2462
    • 提供者:ai
  1. PCB1

    0下载:
  2. 我自己做的基于bb-blanck的扩展板,包含网口、wifi、串口-I made it myself based on bb- blanck extension board, including front-end ports, wifi, a serial port
  3. 所属分类:Linux Network

    • 发布日期:2017-05-03
    • 文件大小:597610
    • 提供者:黄伟伟
  1. 6.Send.COM.window.optimize

    0下载:
  2. 能够实现远程控制LED。两台电脑通过tcp/ip通信,有一台电脑与单片机进行串口通信,之后远程电脑就可以控制单片机-Enables remote control LED. Two computers via tcp/ip communication, there is a computer with a single-chip serial communication, you can control the remote computer after the microcontroller
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-17
    • 文件大小:25934
    • 提供者:Bowen
  1. test_serial

    0下载:
  2. serial connection open and close
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:886
    • 提供者:alakh
  1. port

    0下载:
  2. 这是一个linux串口通信的例子,比较简单,可以-This is an example of linux serial communication, is relatively simple, you can see
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1994
    • 提供者:雷鹏飞
  1. application

    0下载:
  2. 1、串口回调; 2、3g模块拨号上网; 3、http收发数据; 4、lwip协议栈使用;-1, serial callback 2,3g module dial 3, http send and receive data 4, lwip stacks
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:992
    • 提供者:徐守涛
  1. at91-utils

    0下载:
  2. Boot strap for at91 , python scr ipt for programming the serial flash
  3. 所属分类:Linux Network

    • 发布日期:2017-05-18
    • 文件大小:4868626
    • 提供者:larry129
  1. DLL

    0下载:
  2. 实现串口各种类的DLL,供大家学习参考使用-The realization of serial DLL, consult for everybody to learn
  3. 所属分类:Remote Control

    • 发布日期:2017-04-16
    • 文件大小:41105
    • 提供者:张凌
  1. uartPsocketPmysql

    0下载:
  2. 可以通过智能手机与电脑通信,查询数据库,并且进一步通过串口与单片机通信(zigbee),完善后可用于智能家居-You can communicate with the computer through a smart phone, query the , and further through the serial communication microcontroller (zigbee), can be used after the perfect smart home
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:6676940
    • 提供者:刘凯
  1. list_cache

    0下载:
  2. 对于串行FLASH芯片的存取操作,内核能够通过直接对芯片的读写来实现,但是较慢的芯片响应速度会使用读写响应时间加长,吞吐率降低。因此,内核通过保持一个称为数据缓冲区高速缓冲的内部数据缓冲区来减小对芯片的存取频度。高速缓冲含有最近被使用过的串行Flash的数据。 当从芯片中读数据的时候,内核试图先从高速缓冲中读取。如果数据已经在该高速缓冲中,则内核可以不必从芯片中读取数据。如果数据不在该高速缓冲中,则内核从芯片上读数据,并将其缓冲起来,这样下次使用时就不需要再从芯片中读取了。 但是,由于串
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:13565
    • 提供者:东东摩
  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. 11

    0下载:
  2. 能够实现简单的串口通信、文件收发、普通聊天等内容-Enables simple serial communication, send and receive files, chat, and other general content
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:3696859
    • 提供者:张宗凯
  1. 200_GAIMI

    0下载:
  2. 200电话卡批量修改密码工具 调用RS232串口猫或者台式PCI moden连接电话线进行批量拨号操作-200 phone cards to bulk modify password tool calls RS232 serial cat or desktop PCI moden telephone line connection batch dial operation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:575672
    • 提供者:A
  1. linuxcom

    0下载:
  2. linux下串口通信代码,阻塞式,在gcc下编译通过-linux serial communications under the code, blocking, at gcc compiler
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1938
    • 提供者:aileen
  1. remserial-1.4.tar

    0下载:
  2. 虚拟串口功能,实现IP到串口的透明转换,也可实现多设备之间的互联-driver for virtual serial commnication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:7497
    • 提供者:jack
  1. SerialPortTest

    0下载:
  2. 串口通信是 Windows 应用软件开发的重要环节,除了普通的通信软件外,还在工业控制领域有广泛的用途。本串口通测试讯源码,用于测试串口是否正确联通。-Serial communication is an important part of Windows application software development, in addition to general communication software, but also a wide range of industrial cont
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:426351
    • 提供者:yingxiong
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 »
搜珍网 www.dssz.com