搜索资源列表

  1. sms-send

    0下载:
  2. 加上一个GSM模块,通过串口连接到电脑上就可以发短信了。-coupled with a GSM module, connected to the serial port on the computer can send text messages by.
  3. 所属分类:手机短信编程

    • 发布日期:2024-05-12
    • 文件大小:104448
    • 提供者:zheng
  1. JindiSMSControl

    0下载:
  2. 短信Modem*测试程序. 通过串口连接Modem或手机模块可发*短信-SMS Modem repeated test procedures. Modem connect through serial or phone modules can be issued repeated messages
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:125952
    • 提供者:rocky
  1. comCHUANKOULIAOTIANXINGSHI

    0下载:
  2. 用API编写的串口通信小程序,2串口连接后,能够相互发送文字-Prepared using serial communication API applet, 2 serial port connection, can send each other text
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:2776064
    • 提供者:
  1. Finally1[1].tar

    0下载:
  2. 在linux下使用串口连接手机,收发短信。使用gtk开发图形用户界面。-In linux serial port to connect the phone to use, send and receive message. Use gtk development of graphical user interface.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:929792
    • 提供者:胡旭
  1. Thermometer

    0下载:
  2. 这是一个远程温度计 MCU: AT89S52 温度传感器: DS18B20 晶振: 12MHz 使用串口连接,在PC端使用"超级终端"打开 设置如下: 波特率: 4800 数据位: 8 奇偶校验: 无 停止位: 1 数据流控制: 无 电路图见Thermometer-SCH.jpg 该程序的编写参照了Keil UV2自带的便子 见EXAMPLES\MEAS
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:97280
    • 提供者:tary
  1. chuankou

    0下载:
  2. ARM7实现与电脑串口连接,自行开发的代码,已经通过ADS1.2的编译,在板子上也实现功能!-ARM7 with the computer serial port connectivity, self-developed code, the compiler has passed ADS1.2 in the board is also the realization of function!
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-12
    • 文件大小:73728
    • 提供者:王铮
  1. LABVIEWandDSP

    0下载:
  2. 本文介绍了labview与dsp之间通过串口连接的数字采集系统-This paper introduces the LabVIEW with dsp through the serial port connection between the digital acquisition system
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:130048
    • 提供者:chenyanling
  1. FHSMS

    0下载:
  2. 1、通过串口连接手机或短信终端发送短信; 2、内置Access数据库,建立通讯录; 3、通讯录与短信发送整合;-1, through the serial port to connect a mobile phone or sending an SMS message terminal 2, built-in Access database, the establishment of contacts 3, address
  3. 所属分类:手机短信编程

    • 发布日期:2024-05-12
    • 文件大小:384000
    • 提供者:傅洪
  1. ARM_Boot_example

    0下载:
  2. 程序主要作用是通过串口下载VxWorks到ARM Flash ROM,主要过程是初始化ARM硬件,初始化串口UART1,从串口接收VxWorks image到DRAM,初始化Flash ROM.最后将DRAM中的VxWorks写入Flash ROM. ARM 串口与PC机串口连接,由PC机下载(download)VxWorks 到主板Flash ROM. 该程序对学习和理解ARM编程很有帮助.为了便于理解,这里我全部采用实际地址,
  3. 所属分类:VxWorks

    • 发布日期:2024-05-12
    • 文件大小:6144
    • 提供者:王斌
  1. jisuanjiyuanlibaogao

    0下载:
  2. 要求学生在一周的实验中,设计实现一个简单的模型机,该模型机包含若干条简单的计算机指令,其中至少包括输入、输出指令,存储器读写指令,寄存器访问指令,运算指令,程序控制指令。学生须根据要求自行设计出这些机器指令对应的微指令代码,并将其存放于控制存储器,并利用机器指令设计一段简单机器指令程序。将实验设备通过串口连接计算机,通过联机软件将机器指令程序和编写的微指令程序存入主存中,并运行此段程序,通过联机软件显示和观察该段程序的运行,验证编写的指
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:287744
    • 提供者:yu
  1. Term

    0下载:
  2. 使用Windows API函数实现的串口通信,主要包括串口连接、串口设置、串口数据的发送接收以及串口的关闭-The use of Windows API function implementation of serial communication, including the serial connection, serial port settings, serial data send to receive, as well as
  3. 所属分类:串口编程

    • 发布日期:2024-05-12
    • 文件大小:62464
    • 提供者:海涛
  1. Cshape_serial

    0下载:
  2. 串口编程,实现通过串口连接并控制外围设备,连接外围几个摄像头并控制拍摄图片-Serial programming, implementation and control through the serial port to connect peripheral devices to connect peripherals and control some camera shooting Photos
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:296960
    • 提供者:
  1. COMControl

    0下载:
  2. 该程序 实现 串口连接,串口读写操作,希望对做串口程序的人有帮助-Implementation of the procedure to connect serial, serial read and write operations, and they hope to make Serial procedures have to help people
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-12
    • 文件大小:63488
    • 提供者:yaojian
  1. TC35GSMTest

    0下载:
  2. 1.串口连接短信猫后,依次选择串口、点击“开始”、点击“SMSCAddr”,填写手机号码和短信内容后,点击“Send”按钮发送短信。 2.源码可用于研究短信猫的AT指令,PDU编码格式,其中SMSInfo.cs 和 CodingHelper.cs 两个文件是研究PDU编码的关键类 3.整个工程使用了单例模式、委托等技术,编程风格很好,也值得刚毕业的人学习。-1. Serial connection messages after
  3. 所属分类:手机短信编程

    • 发布日期:2024-05-12
    • 文件大小:1423360
    • 提供者:赵保龙
  1. VirtualSerialPortEmulation

    0下载:
  2. 虚拟串口仿真,得利用proteus软件 其中有一个虚拟串口连接软件,可以把电路仿真软件中的串口与计算机软件的串口连接起来,实现软件控制虚拟的硬件系统-Virtual serial port emulation, proteus software may use one to connect the virtual serial port software circuit simulation software to the serial
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:2757632
    • 提供者:libin
  1. key

    0下载:
  2. 条码枪模拟键盘源程序, 接收串口连接的条码枪的数据,通过模拟键盘输入到程序中,这样就不需要改动程序即可和条码枪接口-Barcode guns source analog keyboard, serial port connected to receive data from bar code gun, by simulating keyboard input to the process, so that you do not need
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:234496
    • 提供者:dsfa
  1. UART_Shower

    0下载:
  2. 本程序实现电脑与单片机的串口连接,类似于一个虚拟示波器。能完成数据的连线画点和数据的任意发送。-VC++
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:139264
    • 提供者:zhangxiaobin
  1. SCommTest

    0下载:
  2. 电脑间串口通信两台计算机串口连接,一台内用龚建伟的串口调试助手发送数据,另一台用Vc的MSComm控件来接收数据,Vc界面中有一接收数据的文本框,一个“接收数据”按钮-Serial communication between the computer serial port to connect two computers, a serial port to debug on with GONG assistant to send da
  3. 所属分类:串口编程

    • 发布日期:2024-05-12
    • 文件大小:1916928
    • 提供者:萧坤
  1. websms

    0下载:
  2. 通过串口连接手机,然后通过http web来给发送短信息,3年前帮别人公司写的通过web来控制手机发送短信息的程序。其中涉及:串口编程,http webserver等.核心代码、-using the mobile phone via com and http web to send the sms.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:蓝科
  1. DS18b20

    0下载:
  2. DS18b20串口测温程序,可是显示温度及传送串口连接上位机-DS18b20 serial temperature measurement process, but show that the temperature and sent the serial port to connect PC
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:17408
    • 提供者:张丹彤
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org