CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 串口编程 搜索资源 - 修改

搜索资源列表

  1. PORTIO

    0下载:
  2. Advantech Driver Demo : port I/O 软件修改 控制外板输出-Advantech Driver Demo : port I / O software change control plate output
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:30.43kb
    • 提供者:范翌晨
  1. USComm

    0下载:
  2. 非常好用的GPS串口通信,支持Nmea0183协议,支持GarMin协议,如果需要新添加协议类型,修改非常简单!-very handy GPS serial communications, support Nmea0183 agreement, support GarMin Agreement, if the need for a new type of agreement to add, change is very simple!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:36.09kb
    • 提供者:韩友力
  1. modbus_tianshui

    0下载:
  2. 完整的MODBUS协议程序,在好几个工程中使用过,可以修改一下直接使用。-integrity of the agreement procedures in several projects used can change it directly.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4.03kb
    • 提供者:斯多
  1. scommtext

    0下载:
  2. 吐血奉献:一套完整的串口通信WINDOWS版软件。可以接照规定的通信协议进行通信测试,并自动将数据和十六进制数显示出来。稍作修改可用于通信。-vomit blood dedication : a complete set of serial communication Windows version of the software. That can be as the communication protocol for communications test and automatic da
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:88.75kb
    • 提供者:周思良
  1. 多串口多线程工业控制实现

    2下载:
  2. 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:92.47kb
    • 提供者:li
  1. c51seriralPro

    0下载:
  2. 下载后修改为pdf后缀 是c51写的串口程序 34255423523-revised to download pdf suffix is written by the serial decoder procedures 34255423523
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:68.75kb
    • 提供者:会员
  1. MonitorComPort1.1

    0下载:
  2. 上一个版本是测试版;这个是应用版。这个版本去掉了上一个版本一些多余代码,而且修改部分问题。有问题给我发信。-on a beta version; This is the application version. This version removed the previous version redundant code, revising part of the problem. I have sent letters to the problem.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:45.3kb
    • 提供者:邵长明
  1. MSCommEx

    0下载:
  2. Delphi语言的串口调试精灵,易于修改程序以便适用于不同用途-Delphi serial debugging genies, easy to amend the procedures applicable to different uses
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:208.98kb
    • 提供者:武文杰
  1. T203

    0下载:
  2. 串口编程 与单片机通讯的 其中有的地方需修改 仅供学习 请未公司使用-serial communications programming and MCU Some of the places are required not only to study the use requested
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:897.53kb
    • 提供者:andy
  1. ldsdsed_dm

    0下载:
  2. 软件介绍:主要用于LED数码管段位置信息生成,可保存在单片机程序存储器中供查表使用的数据。可自行修改数码管各段的位置信息;可以选择LED类型:共阴或共阳;自定义位置信息并可保存;可以生成 8位同样可以保存为C、ASM、PIC、EMC、数组等格式数据。-software presentations : mainly for possession of the LED digital location information generated, kept in SCM program memory
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:315.45kb
    • 提供者:张亚西
  1. multiThreadSerialPortCommunication

    0下载:
  2. 这是一个多线程实现的串口通信类,对学习多线程编程以及串口通信有用,可以直接使用,也可以修改加入自己的应用,很方便-This is a multithreaded achieve the serial communication class, to learn multithreaded programming and serial communication useful, can be used directly, can also modify to their own use, conve
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:64.53kb
    • 提供者:wmf1001
  1. com_code(LJ)

    0下载:
  2. 运用通信API编写串口通信。 功能:1)通过串口进行数据的收发并在接收端显示收到的数据 2)打开串口,关闭串口等 要求:1)可以修改com口、波特率、数据位、停止位、奇偶校验 2)传送的数据桢格式:数据头(FF FF FB) 数据长度 数据 累加和 数据尾(FB FB), 数据头和数据尾不参加计算累加和 3)接收数据的显示方式:要求每个数据桢中的数据以单独一行的格式显示 -Communication API prepared using serial commu
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:119.12kb
    • 提供者:李小跳
  1. transGps

    0下载:
  2. 主要对汽车电子行业全天候时间调整,一般可以参照此代码填加修改实现不同的功能-mainly in the car electronics industry time to adjust, all-weather, the general reference to this code can fill modification to achieve different functions
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:38.68kb
    • 提供者:lyb
  1. MTKIMEI

    1下载:
  2. 自己写的一个IMEI号码修改写入的小工具,适用于MTK平台,希望大家指导.-yourself writing an amendment into the IMEI number of small tools, applicable to MTK platform, we hope guidance.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:163.22kb
    • 提供者:angusxie
  1. com_HDtest

    0下载:
  2. MSCOMM控件制作的简单串口测试程序,可以通过简单修改用于测试串口通信的设备协议-MSCOMM Control serial production of a simple test procedure through simple changes can be used to test serial communication equipment agreement
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:425.82kb
    • 提供者:wn
  1. ZigStart_com

    0下载:
  2. 应用用于Zigbee网络监控的一段源码,不是很完善,大家一起来帮忙修改-applications for Zigbee network monitoring section of the source code is not perfect, everyone will work together to help change
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:71.61kb
    • 提供者:宁炳武
  1. MAX485tongxun

    0下载:
  2. 这是基本的485通讯实例希望对大家有用。C语言编写用户可根据自己的情况修改相应的传输速率。-This is the basic communications 485 examples hope useful for all. C language users according to their corresponding changes of the transmission rate.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:67.5kb
    • 提供者:fanfangqi
  1. pc-rs232-51

    0下载:
  2. 串口程序使用COM1(程序中可修改为其他串口)实现通过RS-232口发送数据至单片机及通过RS-232口接收单片机数据至电脑,配套使用下位机单片机程序。-use COM1 serial port procedures (procedures can be changed to other serial port) to achieve through the RS-232 Send SCM data to and through the RS-232 receiver SCM data to a
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:8.3kb
    • 提供者:bookzhe
  1. SCommTest

    0下载:
  2. 可以自己修改及优化的串口程序。你可以自己改作其他串口通讯程序。-can adapt and optimize their Serial procedures. You can, for other serial communication procedure.
  3. 所属分类:串口编程

    • 发布日期:2014-01-15
    • 文件大小:36.26kb
    • 提供者:steven
  1. modem_test

    0下载:
  2. modem 测试程序,稍作修改就可以用不同速率的串口数据读写
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6.98kb
    • 提供者:冷莫
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com