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

搜索资源列表

  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
    • 文件大小:198286
    • 提供者:玮光
  1. 2410_gsm

    0下载:
  2. 本程序为s3c2410实现收发短消息,打电话功能的源代码,使用模块wavecom 2403A-procedures for the realization of s3c2410 send text messages and make phone calls to function in the source code, We use 2403A module
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6516
    • 提供者:liduo
  1. SMSDeom

    0下载:
  2. 用vb写的,通过手机模块收发短信的例子程序,串口通讯的-written with Visual Basic, via cell phone text messaging transceiver module procedures example, the serial communications
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:10992
    • 提供者:几百撒
  1. c51_nrf905

    0下载:
  2. 该程序用单片机来控制无线收发模块nrf905,实现数据的无线传输-the procedures used to control the microcontroller wireless transceiver module nrf905, wireless data transmission
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:9702
    • 提供者:孙晓东
  1. SJDXSF

    0下载:
  2. 用VC编写的短信收发程序,支持西门子TC35模块,已经过测试.-VC prepared by the procedures SMS transceiver to support Siemens TC35 module has been tested.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3488
    • 提供者:吴位
  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-18
    • 文件大小:5450609
    • 提供者: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
    • 文件大小:189424
    • 提供者:叶木公
  1. spcomm

    0下载:
  2. 用spcomm控件写的一个短信收发与串口调试为一体的小程序.可用于GSM模块的短信收发,和支持AT指令集的手机-Use spcomm Control wrote an SMS transceiver and serial debugging as one small program can be used in the GSM module to send and receive text messages and phone support AT command set
  3. 所属分类:Com Port

    • 发布日期:2017-11-14
    • 文件大小:528381
    • 提供者:胡可
  1. Wireless-module-receives-program

    0下载:
  2. 无线模块接收程序,nRF24L01是世界通用ISM频段的单片无线收发芯片。该无线模块包括了频率发生器、增强型ShockBurstTM模式控制器、功率发大器、晶体振荡器、调制器、解调器等功能模块。-Wireless module receives program
  3. 所属分类:Com Port

    • 发布日期:2017-04-27
    • 文件大小:38958
    • 提供者:tang
  1. Wireless-module-to-send-program

    0下载:
  2. 无线模块发送程序,nRF24L01是世界通用ISM频段的单片无线收发芯片。该无线模块包括了频率发生器、增强型ShockBurstTM模式控制器、功率发大器、晶体振荡器、调制器、解调器等功能模块。-Wireless module to send program
  3. 所属分类:Com Port

    • 发布日期:2017-04-28
    • 文件大小:42291
    • 提供者:tang
  1. lenkgzn8

    0下载:
  2. CC1100无线收发模块开发程序,对研究无线芯片的朋友很有帮助()
  3. 所属分类:串口编程

    • 发布日期:2018-01-09
    • 文件大小:4096
    • 提供者:progokmmer
  1. 串口工具

    1下载:
  2. 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于
  3. 所属分类:串口编程

    • 发布日期:2021-04-12
    • 文件大小:8208384
    • 提供者:jayhgq
搜珍网 www.dssz.com