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

搜索资源列表

  1. ATMEL 24cXX驱动程序

    0下载:
  2. 这是对应于atmel公司的24cxx的驱动程序,仅供参考!-This is corresponding to the ATMEL 24cxx driver for reference!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1998
    • 提供者:覃莉
  1. USB技术方案

    0下载:
  2. 众志-863系统芯片 USBDC(univer serial bus devce control通用串行总线设备控制芯片,以下简称USBDC)是和带有USB主机控制器的设备进行通信的支持部件,实现和带有USB主机控制器的设备进行数据交换。 USBDC和APB连接进行寄存器的初始化配置,和DMAC连接进行大量的数据交换。-USBDC system-on-chip (Univer serial bus control devce Universal Serial Bus device control
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:400008
    • 提供者:王辉
  1. Syntech

    0下载:
  2. 一个用于台湾产的采集器的编译器及我自己做的一些实例代码,还有中文帮助文件若干。可以用于有需要的下载交流。-Taiwan for producing a collection of compiler and I made some examples of code, there are a number of Chinese help files. It can be used to download the necessary exchange.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:7626308
    • 提供者:jack
  1. jindi java sms for linux V3.1

    2下载:
  2. jindi java sms for linux(JJSL)主要用于在linux操作系统上通过java程序控制Wavecom M1306B GSM/GPRS Modem短信设备的发送和接收。 目前主要支持wavecom全系列产品。开发测试环境为Wavecom M1306B(原装)。 JJSL最大的优点就是跨平台,更换平台只需要更换底层驱动和jindisms-3.1-RC1.jar文件,无需修改您的应用软件。为您节约大量开发及维护成本。 其次,JJSL将所有设备底层操作打包为jindisms-3.
  3. 所属分类:串口编程

    • 发布日期:2011-07-07
    • 文件大小:102377
    • 提供者:lfqyuan
  1. 用于串口驱动的程序,NM9835型号的

    0下载:
  2. 用于串口驱动的程序,NM9835型号的,希望对大家有意,相互学习,Procedures for the serial port driver, NM9835 models, I hope all of you interested in and learn from each other
  3. 所属分类:串口编程

    • 发布日期:2016-01-25
    • 文件大小:1672110
    • 提供者:郝英英
  1. SendReceive_COMM

    0下载:
  2. This program was designed as a utility tool to allow the user to send and recieve data from a serial com port while monitory the byte data. If a loopback ciruit is made on the com port(jumper send to recieve DB9 pins 2 & 3) a developer can also monit
  3. 所属分类:Com Port

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

    0下载:
  2. 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:1086
    • 提供者:zhendongzhao
  1. LsCommDemo(for-vc6)

    0下载:
  2. 此程序为多线程,多接收模式串口类,程序很全,适合新手学习,同是也可以根据自己的兴趣添加自己感兴趣的各个功能-This program is multi-threaded, multi-category serial receive mode, the program is very full, for beginners to learn, the same can also add your own according to their interest in the various feat
  3. 所属分类:Com Port

    • 发布日期:2017-05-11
    • 文件大小:2609237
    • 提供者:蛋蛋
  1. search-for-the-serial-communication-

    0下载:
  2. 本程序是通过F340的uart0与PC进行串口通讯的例程,具体实现为当F340收PC传来的数据后将数据原样回发给PC机 ,端口为RX=P0.5,TX=P0.4-Ways to search for the serial communication program
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:1600
    • 提供者:lsj
  1. source-for-com

    0下载:
  2. 基于VC的串口程序,值得初学者借鉴-VC-based serial program,it s good for you to view!!!!!!
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:6773
    • 提供者:zhangxuezhi
  1. DICOM-for-VB

    0下载:
  2. DICOM开发实例,用VB做的,可以参考一下。-DICOM For VB
  3. 所属分类:Com Port

    • 发布日期:2017-05-21
    • 文件大小:6297644
    • 提供者:horseplay
  1. The-vb-for-4-serial-communication

    0下载:
  2. 这是一个用vb做的一个简单的串口通信的例子,比较简单,适合初学者。-this is a example for the serial communication ,and is very easy .Beside,it is suitable for study.
  3. 所属分类:Com Port

    • 发布日期:2017-11-06
    • 文件大小:2889
    • 提供者:纪亚萍
  1. Keypadinterfacing-for-Mic.C

    0下载:
  2. keypad interfacing code for microcontroller.
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:962
    • 提供者:avg
  1. STComTools-FOR-STHDD-REPAIR

    2下载:
  2. 这个是用DEPHI写的,希捷硬盘维修软件,通过COM口与硬盘通信,进行ROM和固件的读写,开启工厂自校准进行固件和坏道的自动修复。修改硬盘的型号SN。-Seagate hard disk repair software, communicate with hard drive, through the COM ROM and firmware, speaking, reading and writing, open the factory since the calibration for th
  3. 所属分类:Com Port

    • 发布日期:2015-01-10
    • 文件大小:967680
    • 提供者:亮光
  1. Pelco-D-based-dll-project-for-PTZ

    0下载:
  2. 基于Pelco-D协议的云台串口控制动态链接库-Pelco-D based dll project for PTZ
  3. 所属分类:Com Port

    • 发布日期:2017-05-20
    • 文件大小:6031218
    • 提供者:w
  1. MFC-for-communicatiom

    0下载:
  2. 专为小白上传的资料 详细介绍MFC制作 不止源代码-it is for first leaners, that will help you a lot.
  3. 所属分类:Com Port

    • 发布日期:2017-05-03
    • 文件大小:1010389
    • 提供者:DAVID JIN
  1. LCD12848-for-ST7567

    0下载:
  2. SPI2 driver LCD12848 for ST7567
  3. 所属分类:Com Port

    • 发布日期:2016-05-25
    • 文件大小:2993152
    • 提供者:yyyyyyyyy
  1. API-for-simple-serial-communication

    0下载:
  2. 利用windows API 进行简单的串口通信 无需任何插件-The use of windows API for simple serial communication without any plug-ins
  3. 所属分类:Com Port

    • 发布日期:2017-05-01
    • 文件大小:17523
    • 提供者:一墨
  1. VB-MSComm-Demo-For-Newbie

    0下载:
  2. VB串口通信入门小教程,可以用于串口调试 -VB MSComm Demo For Newbie
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:29072
    • 提供者:xhcao221
  1. Labview-for-modbus-control-taida-B2

    2下载:
  2. Labview通过Modbus控制台达B2伺服。用于对伺服驱动器的电压、电流、转矩、转速、位置及输出点状态监控,控制伺服的输入点和多转速。-Labview via Modbus console of servo B2. For servo drive voltage, current, torque, speed, position and status monitoring output point, servo control input and multi-speed.
  3. 所属分类:Com Port

    • 发布日期:2017-05-04
    • 文件大小:10164
    • 提供者:李长发
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com