CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口通信包

搜索资源列表

  1. 红外串口通信程序包

    0下载:
  2. 红外串口通信程序包,包括最新实例,很有参考价值
  3. 所属分类:其它程序

    • 发布日期:2011-11-06
    • 文件大小:65222
    • 提供者:luodinan
  1. 两款常用的LCD的串行和并行2中驱动方式

    0下载:
  2. 这个程序包包括对两款常用的LCD的串行和并行2中驱动方式: HDG12864液晶仿真 HY12864液晶驱动 HY12864液晶阅读器 LCD1602液晶显示 LCD显示PC-MCU串口通信 FYD12864并行8位.c FYD12864并行8位.c,This package includes two commonly used in the serial and parallel LCD Medium 2 drive: HDG12864 LCD simulation HY1286
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2016-01-25
    • 文件大小:53501
    • 提供者:杨鹏
  1. commutil

    0下载:
  2. 支持XMODEM,YMODEM,FAX协议的串口通信软件包 -Commnication libraray supports XMODEM,YMODEM,FAX protocol
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-09
    • 文件大小:453898
    • 提供者:站长
  1. 6-3

    0下载:
  2. 用于MSP430F149进行异步串口通信,从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后将结果从串口返回。数据包的结构见xieyi.h。-For MSP430F149 asynchronous serial communication, receiving data from the serial port, analyzing the data received packets, and then computing algorithm, and finally to retur
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:4096
    • 提供者:李凯
  1. 串口通信

    0下载:
  2. 检查所有串口,并读取串口数据和写串口数据。需要串口访问的Jar包,
  3. 所属分类:通讯编程

    • 发布日期:2012-11-07
    • 文件大小:144128
    • 提供者:xhy1100
  1. CRCProgram

    0下载:
  2. 用MFC编写的数据包校验与常用校验算法(数据处理方法与串口通信用户层协议的编制)。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! -Prepared by MFC with the commonly used packet checksum checksum algorithm (data-processing methods and user layer protocol serial communication preparation). They are al
  3. 所属分类:Communication

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

    0下载:
  2. 用MFC编写的串口通信数据包处理方法的程序实例。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! -MFC prepared using serial communication method of packet processing procedures. They are all code written in Chinese Notes of the beginning of contact with learners MFC is a very good re
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:76706
    • 提供者:仙儿
  1. work

    0下载:
  2. 压缩包包含N多串口编程的原理,教程,范例和源代码,非常适合第一次接触串口编程者,一天内可搞定串口通信程序。-Compressed package that contains the principle of N multi-serial port programming, tutorials, examples, and source code, very suitable for first contact with the serial programmer who one day may
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:381701
    • 提供者:johnnyz
  1. chuankoutongxin

    0下载:
  2. 基于JAVA的串口通信实现,利用java的net包,带说明介绍-JAVA-based implementation of serial communication, using java' s net package, with note describes
  3. 所属分类:Communication

    • 发布日期:2017-06-15
    • 文件大小:23524410
    • 提供者:
  1. ARM

    0下载:
  2. 本压缩包包含基于ARM的上位机监控系统软件设计、用VB6_0实现设备串口通信及监控功能、万用表使用方法,这些都是我们研究部的内部资料,希望对你们有用-This archive contains ARM-based PC control system software design, serial communication with VB6_0 achieve and monitoring equipment, multimeter use, which are our research dep
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:715659
    • 提供者:
  1. serialtest

    1下载:
  2. 电力系统串口通信测试工具,通过指定通讯数据包中的关键字自动组成通讯数据包,在根据需要通过指定的串口发送-Serial communication tool for power system testing, communication of data packets by specifying the keyword automatic composition of communication packets, in accordance with the specified serial po
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:91820
    • 提供者:lyq
  1. UARTdatatransform

    0下载:
  2. 在单片机开发中,串口通信是最关键的部分,也就是说应用通信协议的编写与数据格式包是非常重要的,这里主要实现了单片机中的串口通信问题-In MCU development, serial communications is the most crucial part of the preparation of that application and data communication protocol packet format is very important, this is mainly
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:16842
    • 提供者:lili
  1. FileTransComm

    1下载:
  2. 利用Visual C++ MFC和微软MSComm(Microsoft Communications Control)串口通信控件,借助于串口来传输文件。由于串口的缓冲区限制,需要将文件先分割成多个部分分别打包发送,接收方只有在接收到说有的文件包后才进行解包、校验和拼接,最后提取文件名,提示用户保存。这个资源还包含了一些其它的有用文件和信息…… 对于刚开始利用VC++开发的程序员也是会有较大的帮助,可以下载看看,我相信您会觉得值的-Using Visual C++ MFC and Micro
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:73820
    • 提供者:小小
  1. proxyset

    0下载:
  2. 为开发串口通信数据处理。编写的数据包协议定制器,支持各种数据格式。包头、包尾检测。数据长度动态确定等。经长年实践。很好用-Serial communication for the development of data processing. Custom prepared packet protocol devices to support various data formats. Baotou, including the end of testing. Dynamically deter
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:370582
    • 提供者:ffuy
  1. STC89C52RC-DEMO

    0下载:
  2. 压缩包里是我买51学习板时赠送的程序(所用芯片是:STC89C52RC).里面包含IO口输入输出、流水灯、静态动态数码管显示、按键扫描、定时器、中断、PWM、EEPROM24c02、红外解码数码管显示、无源蜂鸣器、与电脑串口通信、电子温度计、1602液晶屏显示等演示程序.对初学51单片机的朋友很有帮助-Compression bag that I bought 51 boards to learn the procedures presented (the chip is: STC89C52RC
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:481651
    • 提供者:lxf
  1. C#软件包

    0下载:
  2. 两台电脑间通过串口实现类社交软件界面的通信工具(Two computers through the serial port to achieve social software interface communications tools)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:1339392
    • 提供者:言32
  1. rxtx-2.2pre2-bins

    0下载:
  2. 用于串口通信所需的jar包,对于开发串口通信提供了所需的全部的jar包(Jar packets used for serial communication, for the development of serial communication provides all the required jar package)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:367616
    • 提供者:mikeyin
  1. SerialPortDemo

    0下载:
  2. 接收loRa串口通信数据,本机测试代码,便于学习调试(Receiving loRa serial communication data)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-08
    • 文件大小:283648
    • 提供者:Maxtree
  1. SerialPortDemo-master

    0下载:
  2. Java集成RXTX的jar包,实现串口通信(SerialPortDemo-master.zip)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:281600
    • 提供者:xiaoer123
  1. Rxtx串口通信链接库及jar包32位64位

    2下载:
  2. Java 读取串口数据,用Java 编写的读取串口中的数据 (Java 读取串口数据)(Java reads serial data and reads data from serial port written in Java (Java reads serial data))
  3. 所属分类:串口编程

    • 发布日期:2018-04-29
    • 文件大小:309248
    • 提供者:小阿文
« 12 3 4 5 6 »
搜珍网 www.dssz.com