CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - serial port a

搜索资源列表

  1. firstdriver

    0下载:
  2. 我写的第一个wince下串口流驱动。对于熟悉串口驱动很好。初学者应好好看看。-I wrote the article under a wince-driven serial port. Serial Drivers are familiar with the good. Beginners should take a look at.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1454
    • 提供者:libaoli
  1. MySerialCom

    0下载:
  2. 一个关于串口的简单实现,可以了解基本串口听基本知识-a serial port on the simple realization, we can understand the basic serial listen to the basic knowledge
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:22917
    • 提供者:江召忠
  1. serial-t

    0下载:
  2. 串口温度显示源代码 使用说明: 系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上) 简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。 如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。作者主页上有详细编程说明,每一步都列出来了,可以参 串口通迅
  3. 所属分类:Delphi控件源码

    • 发布日期:2014-01-15
    • 文件大小:48224
    • 提供者:liming
  1. COMDemo

    0下载:
  2. 一个简明的串口通讯例子-a simple and clear example for serial port communication
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:220857
    • 提供者:刘学辉
  1. kail c21 example

    0下载:
  2. a very simple program that prints \"Hello World\" to the serial port of the 8051. When you can successfully build and run this program, you have used the entire toolset including:- a very simple program that prints \"Hello World\" to the serial port
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:4708
    • 提供者:付德才
  1. SMSBYCOM

    0下载:
  2. 通过电脑串口接手机来发送短信。在VB6.0中有一个控件来控件串口,而这一个是利用了WINDOWS的API-computer serial port access through mobile phones to send text messages. In VB6.0 control to a serial control, and this is a use of the Windows API
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:6755
    • 提供者:zbjg
  1. POCSAG_ENCODER_Src

    0下载:
  2. Alphanumeric messages are encoded in POCSAG format and send to the serial port of a computer. The modem connects to the serial port of a computer and sends the message on the air through a transmitter.
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:39333
    • 提供者:eric
  1. labview

    0下载:
  2. As mentioned, most computers include a serial port. The only hardware setup required is connecting the serial cable to the serial port on the PC and the serial port on the instrument. The serial instrument may include some hardware drivers or softwar
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:264034
    • 提供者:平行线
  1. SerialPortCode

    0下载:
  2. a simple serial port communcation library (source code in C++) built for both windows and Mac OS development environment
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:29609
    • 提供者:yyyyyyyy
  1. freediag-0.3.tar

    0下载:
  2. Freediag contains various drivers (ISO9141, ISO14230, SAEJ1850-VPW, SAEJ1850-PWM) for different adapters that connect the PC serial port to a vehicle. It reads vehicle diagnostic info from vehicle electronic control unit (ecu). The source code is com
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:131315
    • 提供者:Joe Soo
  1. com2tcp-1.3.0.0-386

    2下载:
  2. 串口重定向到TCP/IP协议上的代码。the com2tcp enables to use a COM port based applications to communicate with the TCP/IP based applications. It also allows communication with a remote serial port via the TCP/IP.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:43217
    • 提供者:奥也夫
  1. LPC2138_Serial_Driver

    0下载:
  2. * The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blocked debug output. The * debug() function can be used in error message and die * situations.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:5135
    • 提供者:chesterpai
  1. 老外编写的51单片机UART驱动

    1下载:
  2. 很有参考价值的51单片机串口程序,正在搞串口的看一看-great reference value of 51 MCU procedures, is now pursuing a look at the serial port
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7134
    • 提供者:张子实
  1. ucos51在KeilC51上仿真运行

    1下载:
  2. Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:730996
    • 提供者:套件
  1. SerialPort_Terminal

    0下载:
  2. source code @ c# a example for serial port
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24575
    • 提供者:nick
  1. COMMTC2_by_ssq

    0下载:
  2. 使用TC3.0开发的串口通讯程序,在一台电脑上模拟。(本机发到串口,本机再从串口读入)-TC3.0 development of the use of serial communication program, in a computer simulation. (This machine made to the serial port, the company was again read from the serial port)
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:14243
    • 提供者:jetwaves
  1. sermon

    0下载:
  2. 这是一个超级好用的串口监控程序(非源码),可以检测到其他软件打开串口后的任何活动及收发数据,从而可以分析其通讯协议。软件的全称是Serial Monitor v3.22 ,这个是破解版,很费劲才找到的。我实际使用效果非常好,可以很容易得到别的软件如手机管理软件的通讯的全过程,搞清发了一些什么AT命令,等到了什么样的应答和数据。强烈推荐串口编程者必备-This a super user-friendly Serial Monitoring Program (FOSS), can detect ot
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2620694
    • 提供者:程志宏
  1. 多线程串口Modem远程数据通信

    0下载:
  2. 本例子详细介绍了如何编制一个利用win32串口API函数,通过读写串口控制MODEM,进而实现远程数据传输的程序。-the detailed examples of how to use the preparation of a Serial win32 API functions to read and write through the modem serial port control, thereby achieving long-distance data transmission p
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:59602
    • 提供者:王永
  1. CharTerminal

    0下载:
  2. 本程序可以实现对串口的简单操作,祥细的功能可以从代码中得到,要是有什么问题可以从中得到帮助。-this procedure can be achieved on a simple serial port operation, the wound from the functional code can be, if any problem will be able to receive help.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8838
    • 提供者:徐立志
  1. 3300iap

    0下载:
  2. 尽量朝“单片”方向设计硬件系统。系统器件越多,器件之间相互干扰也越强,功耗也增大,也不可避免地降低了系统的稳定性。随着单片机片内集成的功能越来越强,真正的片上系统SoC已经可以实现,如ST公司新近推出的μPSD32××系列产品在一块芯片上集成了80C32核、大容量FLASH存储器、SRAM、A/D、I/O、两个串口、看门狗、上电复位电路等等。 -North Korea as the "single-chip" design direction of the hardware
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:536174
    • 提供者:东东
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 50 »
搜珍网 www.dssz.com