CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 超级终端

搜索资源列表

  1. F41x_ADC0_ExternalInput

    0下载:
  2. 这个程序通过ADC0模块,使用单片机的P1.1端口,通过2048次对电压的测量,取平均值,把结果通过UART的超级终端,显示在上位机。-This program through ADC0 module, using SCM P1.1 port through 2048 versus voltage measurements, averaged the results through the UART HyperTerminal to display in the PC.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:3809
    • 提供者:1
  1. HyperTerminal_win7

    0下载:
  2. windows7没有集成HyperTerminal,对于用串口开发调试的人很不方便,这里提供一个和传统超级终端一样的工具,方便开发使用-HyperTerminal for Windows7
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:195173
    • 提供者:st ai
  1. lock

    0下载:
  2. 利用单片机串口和超级终端实现类似Linux终端下的账号管理-Account manage
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:54447
    • 提供者:zhangxiaoxu
  1. UART2_4F120

    0下载:
  2. 从运行超级终端的计算机上运行测试UART0并实现双向数据转移。这一次,我们使用了中断和FIFO。-Tests the UART0 to implement bidirectional data transfer to and from a computer running HyperTerminal. This time, interrupts and FIFOs are used. U0Rx (VCP receive) connected to PA0 U0Tx
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:107163
    • 提供者:pierrefonds
  1. TetrisGame

    0下载:
  2. 利用AVR Studio 4创建的俄罗斯方块,通过超级终端显示和控制。可移植到其他平台。-Tetris use AVR Studio 4 created by the super terminal display and control. Can be ported to other platforms.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-25
    • 文件大小:41498
    • 提供者:金友宏
  1. Hyper-Terminal_LV2010

    0下载:
  2. LabVIEW版本的超级终端,可以看看,使用了状态机-Hyper Terminal
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1205323
    • 提供者:xujian
  1. C-language-gobang

    0下载:
  2. 在linux超级终端实现人人对战,可判断输赢,五子连接胜-In the Linux super terminal to realize everyone against, can judge the winning or losing, abital connection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8444
    • 提供者:Green
  1. nrf905KB-1B-1B-V3.42

    0下载:
  2. <MCU-fasong>发送端固定发送0x01,0x02……0x32,32字节数据 2. <PC-jieshou>接收端串口和PC连,当接收到后,打开串口助手或者超级终端软件,对接收到数据进行检验, 当接收到的也是0x01,0x02……0x32,32字节数据表示接收正确 其中波特率选择9600 -<MCU-fasong> Sending end is fixed to send 0x01, 0x02 ...... 0x32, 32 byte
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1459396
    • 提供者:付婕
  1. I2CPUSART

    0下载:
  2. 1、该例程为I2C例程。 2、使用说明 (1)工程文件路径:例程目录\I2C\MDK-ARM\Project.uvproj。 (2)请使用MDK 4.0以上版本打开,MDK版本过低会导致无法识别工程。 (3)下载调试工具为ULINK。 (4)请将JP1插1-2位置。 (5)请将串口线(直连串口线)插在板子COM1口上,并打开超级终端或串口助手,配置波特率115200,8位,一个停止位,无校验位。 (6)HEX文件下载到板子后,使用超级终端或串口调试助
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:904847
    • 提供者:gmx
  1. stm32_I2C_EEPROM_24C02

    0下载:
  2. stm32利用I2C协议实现对24c02的读写,测试已通过,通过链接电脑串口,能够实现对24c02进行读写操作,并可以通过超级终端观察-stm32 use 24c02 I2C protocol for reading and writing test has been passed, by linking computer serial port, can be achieved on 24c02 read and write operations, and can be observed th
  3. 所属分类:SCM

    • 发布日期:2017-05-12
    • 文件大小:2917100
    • 提供者:李冰
  1. stm32_RTC-

    0下载:
  2. stm32F103zet实现RTC时钟,在PC机上依次输入时钟、分钟、秒钟之后每隔1秒在超级终端上显示一次时间: Please Set Hours: 12 Please Set Minutes: 0 Please Set Seconds: 0 Time: 12:00:00 同时stm32的LED1灯也会每隔1S闪烁一次-stm32F103zet achieve RTC clock, the input clock, minutes, turn on the PC, an
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3273290
    • 提供者:李冰
  1. exp4_hello-driver

    0下载:
  2. 此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。 调试步骤 1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。 分析各部分代码的功能,以及应用程序和驱动程序的调用,数据读写的方法和流程
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:39003
    • 提供者:yanghao
  1. HyperTerminal-typing-games

    0下载:
  2. 利用超级终端做显示,实现打字游戏,串口应用,超级终端应用-Use HyperTerminal do show that to achieve typing games, serial applications HyperTerminal application
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-24
    • 文件大小:3556824
    • 提供者:
  1. xymodem

    1下载:
  2. 基于超级终端的Ymodem协议实现发送文件的源码-Ymodem protocol based on the realization of the Super Terminal to send the file source
  3. 所属分类:File Operate

    • 发布日期:2016-06-20
    • 文件大小:9216
    • 提供者:pisces
  1. XPsuperservice

    1下载:
  2. 非常好用的超级终端,我用了好长时间,推荐给需要的朋友使用!- xp superservice
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:1916656
    • 提供者:xiaowan
  1. hypertrm

    0下载:
  2. WIN7支持的超级终端,支持传输文件等功能,跟XP一模一样-The support Windows 7 super terminal, transfer files, and other functions, with XP
  3. 所属分类:Development Research

    • 发布日期:2017-04-16
    • 文件大小:15817
    • 提供者:互传宾
  1. watchdog_test

    0下载:
  2. 看门狗定时器程序,在PC 机的超级终端的主窗口中观察实验的结果-Watchdog Timer Program, in PC-HyperTerminal main window observed experimental results
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:4765
    • 提供者:asacoup
  1. terminal

    0下载:
  2. MSP430单片机编程 利用串口程序编写的超级终端-MSP430 microcontroller is programmed using the serial programming HyperTerminal
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:38911
    • 提供者:kanglishuai
  1. YHUkeyFMUpdate

    2下载:
  2. 串口 基于YMODEM传输协议 模拟超级终端-YMODEM COMM
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:10410
    • 提供者:lsx
  1. chuankoujisuan2

    0下载:
  2. MDK环境STM32串口计算器,显示在超级终端-MDK environment STM32 serial calculator display in the HyperTerminal
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:660128
    • 提供者:hhh
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 »
搜珍网 www.dssz.com