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

搜索资源列表

  1. 串口通讯 数据库存取的源程序

    0下载:
  2. 一个串口通讯/数据库存取例子程序 -a serial communications / database access example programs
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:432295
    • 提供者:草约
  1. vc的5个源码

    0下载:
  2. 打字游戏:于娱乐中练习指法 vc 超酷时钟:具有整点报时等功能,界面超酷的桌面时钟 vc 阴阳日历:不仅有阳历更有阴历查询的功能 vc 桌面留言:vc 串口类:c#-typing game : in entertainment practice fingering vc cool clock : The whole point timekeeping functions, interface cool desktop calendar clock vc yin and yang : not on
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:249908
    • 提供者:丰羽
  1. SerialPort

    0下载:
  2. 一个串口编程的例子-a serial programming examples
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:94932
    • 提供者:田涛
  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. 200505241019311925

    0下载:
  2. PLO编译 (2) 输出单词,输出形式为:(序号,单词,对应源程序行号,对应源程序列号); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号); (5) 对源程序编辑框的某一行进行双击,能在单词编辑框中对应的单词变为红色; 当在单词编辑框中选定某一单词时,对应的源程序编辑框中的行变为蓝色。 (6) 打开、保存文件。查找、删除、修改等编辑工作。 -PLO compiler (2) output
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:191180
    • 提供者:于阳
  1. 串口聊天

    0下载:
  2. 这是一款通过计算机串口进行聊天的软件。可以实现局域网间聊天 -This is a computer serial port for chat software. LAN can be achieved between Chat
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:59346
    • 提供者:李根
  1. Com2TCP_0.02_src.rar

    0下载:
  2. 物件化實作串口編程,一個源碼同時包含Server和Client,可以做到Com to TCP和TCP to Com。,Object implementations of serial programming, a source at the same time contains the Server and Client, can be done Com to TCP and TCP to Com.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1813583
    • 提供者:陳貴彥
  1. serial

    0下载:
  2. 实现简单的C/S结构的代码,通过PC连接ARM。-To achieve a simple C/S structure of the code, through the PC connection ARM.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:16299
    • 提供者:autobot
  1. testtransfer

    1下载:
  2. 这是一个虚拟串口转tcp/ip的一个模板源码-This is a virtual serial port to tcp/ip source code of a template
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:35978
    • 提供者:fd
  1. SSVSPM

    0下载:
  2. 直接运行批处理文件install.bat即可. VCP 虚拟串口软件可以将TCP/IP 连接映射成本机的虚 拟COM 口,应用程序通过访问虚拟串口,就可以完成远 程控制、数据传输等功能. VCP特点: 支持多虚拟串口映射 收发采用多线程架构 支持虚拟串口参数同步指 网络断开后自动连接 具有实时虚拟串口数据传输监控 适应范围: 可以将任何使用TCP/IP或UDP广播方式传输数据的 嵌入式设备虚拟成本机的CO
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3277913
    • 提供者:蔡生
  1. vgateway

    0下载:
  2. serial port sniffer written in visual basic sniffs serial port and acts as a getway on serial port tries to connect to remote server
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-24
    • 文件大小:548694
    • 提供者:cloud9ine
  1. Serial

    0下载:
  2. 一个高效率高兼容的VC 串口代码,比使用控件效率提高很多。简单易用-CSerialEx- Win32 message-based wrapper for serial communications A lot of MS-Windows GUI based programs use a central message loop, so the application cannot block to wait for objects. This make serial communica
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:22277
    • 提供者:zhao
  1. Serial

    0下载:
  2. 串口通讯实验.在Linux操作系统中对底层终端的处理是一个非常复杂的过程,需要处理许多不同类型的设备(包括调制解调器、终端仿真、伪终端等)。Linux 系统处理终端的方法是通过串行接口连接的控制台与系统通信并运行程序。由于越来越多的厂商都参与终端的生产,而且每个厂商都是为自己的终端设计自己的命令集,所以需要有一种方法对终端的访问进行一般化处理。Linux系统使用一个能力数据库terminfo 来描述每个终端的能力以及调用这些功能的方法。-Serial communication experime
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:1238399
    • 提供者:xusong
  1. 20071403SCommTest

    0下载:
  2. wince系统下的EVC工具下编写的一个串口程序,可以测试多个串口-wince under the EVC system tools under the procedures for the preparation of a serial port, you can test a number of serial-EVC instruments under the wince system, prepared a serial program, can test multiple port-wi
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:42719
    • 提供者:Wiliam
  1. TCP_IP_Serial

    1下载:
  2. This a small application that bridges the TCP/IP layer to a Serial (COM) port. There is also another example that makes the inverse path (COM -> TCP/IP). The source can be easily expanded to answer to specific COM port events and listen at any TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:19052
    • 提供者:andradrr
  1. serial

    0下载:
  2. 一个比较全面的socket的类,里面较为详细的介绍了相关接口的实现。-A more comprehensive socket class, which is more detailed descr iption of the related interface.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:2348
    • 提供者:流量
  1. COMU-SERIAL-PIC-A-PIC

    0下载:
  2. com serial to pic source code
  3. 所属分类:Remote Control

    • 发布日期:2017-03-31
    • 文件大小:25263
    • 提供者:zoki
  1. Serial-ports

    0下载:
  2. linux下的串口通讯代码,方便修改以实现多种串口通讯功能-under linux serial communication code to facilitate modified to achieve a variety of serial communication functions
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:chenmouqin
  1. serial

    0下载:
  2. 串口控制 需要用 串口助手测试 基于vc6.0的 测试正常-Need to use a serial port serial port control assistant test normal based on vc6.0
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-09
    • 文件大小:15952575
    • 提供者:
  1. Serial-number-communication

    0下载:
  2. 一个专用线把一台电脑的两个COM端口连接起来-A dedicated line to the two COM ports to connect a computer
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-25
    • 文件大小:183850
    • 提供者:习近平
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com