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

搜索资源列表

  1. TestMSCom

    0下载:
  2. 串口调试精灵,可以收发ASCII和HEX两种格式的数据,简单实用。-serial debugging genies, TX ASCII and HEX both formats of data, simple and practical.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:39.31kb
    • 提供者:孙志海
  1. log8

    0下载:
  2. 串口收发程序,采用时间触发和事件触发,已经实际应用。-procedures, and use of time-triggered events trigger has practical applications.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:34.57kb
    • 提供者:圆圆
  1. DCS_Master

    0下载:
  2. 模仿DCS系统主站的仿真软件,使用串口来收发数据。-imitate DCS system master station simulation software, the use of serial ports to send and receive data.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:23.55kb
    • 提供者:柳海缈
  1. smsDatabase

    0下载:
  2. VB做的一个短信收发的例子,功能比较强大,可以好好参考-VB do an SMS transceiver example, function more powerful and can make reference to
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:152.2kb
    • 提供者:张三
  1. CDMA短消息发送程序

    2下载:
  2. 用vc开发的cdma手机模块收发短信的功能,主要部分是串口通信和gb->unicode码间的转换。-vc development with the transceiver module cdma mobile messaging functions, the main part of the serial communications and gb - gt; Unicode Code of conversion.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:193.64kb
    • 提供者:玮光
  1. cxy_BOX

    0下载:
  2. 利用串口实现短信息的收发的C语言程序设计源代码-use short message sent to the C programming language source code
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:717.56kb
    • 提供者:何木林
  1. VB串口编程的几个问题

    0下载:
  2. VB串口编程的几个问题 串口数据接收方式 如何处理不定长数据的接收 用字符方式收发码值大于127的字符数据 串口通讯问答2-VB Serial Programming Problems serial data reception mode uncertain how long data reception mode with characters TX yards values greater than 127 characters serial data communicati
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:10.17kb
    • 提供者:小洲
  1. 很好的avr串口收发(中断)程序

    0下载:
  2. 一个非常好的串口中断收发程序
  3. 所属分类:串口编程

    • 发布日期:2011-05-10
    • 文件大小:47.48kb
    • 提供者:meiyong
  1. PC串口短信收发

    0下载:
  2. 将收发短信的手机通过手机数据线接到电脑的串口,运行该软件进行接收和发送短信
  3. 所属分类:串口编程

    • 发布日期:2011-11-21
    • 文件大小:56.54kb
    • 提供者:luby795
  1. vb_SerialPort.rar

    0下载:
  2. vb 串口通信源代码,采用MSComm 控件收发串口数据的通信方式,vb source code for serial communication using send and receive serial data MSComm control means of communication
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:5.36kb
    • 提供者:liuy
  1. gsm_gprs

    0下载:
  2. Linux gprs通过串口收发短信的简单代码,仅供参考-Linux gprs send and receive text messages through a simple serial code, for reference only
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:1.95kb
    • 提供者:Nicolas
  1. DuanXinMokuaiDemo

    0下载:
  2. 短信模块编程例子,通过串口收发短信,很不错哦-SMS module programming example, through the serial port to send and receive text messages, oh well
  3. 所属分类:Com Port

    • 发布日期:2017-04-26
    • 文件大小:18.85kb
    • 提供者:李宁
  1. SMS_PDU_Unit

    0下载:
  2. 串口操作收发短信,利用GSM短信猫实现短信接收发送平台功能。-Message to send and receive serial operation, the use of GSM cat message implementation platform functionality to send message to receive.
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:6.62kb
    • 提供者:zyg
  1. sms_gprs

    0下载:
  2. 上位机vc6.0编程控制西门子GPRS模块实现短信收发,GPRS收发数据,并且此程序可以移植到带有操作系统UCOS-II或LINUX的下位机,框架结构很好,效率很高。-Programming the control PC vc6.0 Siemens GPRS module to send and receive SMS, GPRS to send and receive data, and this process can be transferred to UCOS-II with the o
  3. 所属分类:Com Port

    • 发布日期:2017-05-19
    • 文件大小:5.2mb
    • 提供者:zhanglong
  1. HZTableComHelp

    0下载:
  2. 这是本人的一个正式项目中所做的测试工程源码。主要功能是通过串口与板子的GSM模块进行通讯,进行收发短信的程序。内容有:串口设置,GB2312与UNICODE编码转换,PDU编解码(此部分大部分借鉴了网友的代码),AT指令发送。完全可以将相关代码移植到嵌入式短信收发设备中去。我的相关嵌入式项目也确实是在这个基础上做的。-This is my project done by a formal evaluation of the source. Main functions of the board
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:184.98kb
    • 提供者:叶木公
  1. 电脑制作串口收发

    0下载:
  2. 接上串口可用进行串口数据的收发,并实现其过程
  3. 所属分类:串口编程

  1. 串口收发

    0下载:
  2. 简单的串口收发程序,使用的STC12C5A60S2单片机(Simple serial transceiver procedures, the use of STC12C5A60S2 microcontroller)
  3. 所属分类:串口编程

  1. 10、CC2530 串口UART0收发字符串

    0下载:
  2. CC2530 通过串口UART0收发字符串(CC2530 serial UART0 transceiver string)
  3. 所属分类:串口编程

    • 发布日期:2017-12-25
    • 文件大小:643kb
    • 提供者:szwenqi
  1. stc15双串口中断收发

    1下载:
  2. stc15系列串口通信程序,双串口中断收发(Serial serial communication program of stc15)
  3. 所属分类:串口编程

    • 发布日期:2018-04-30
    • 文件大小:72kb
    • 提供者:Roluo
  1. 串口数据收发

    1下载:
  2. 实现RS232串口数据收发,进行上下位机通讯,可以实现上位机对下位机进行控制和下位机数据反馈到上位机进行处理。(Achieve RS232 serial data transceiver, communication between upper and lower computers, can realize upper computer to control lower computer and feedback data from lower computer to upper comput
  3. 所属分类:串口编程

    • 发布日期:2020-05-12
    • 文件大小:2.43mb
    • 提供者:孤山客
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com