CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - command shell

搜索资源列表

  1. PocketCMD.zip

    0下载:
  2. PocketCMD是与pocketconsole配合实用的命令行解释器(Shell),用于Windows CE平台,PocketCMD with practical pocketconsole with command-line interpreter (Shell), for the Windows CE platform
  3. 所属分类:Windows CE

    • 发布日期:2017-03-28
    • 文件大小:123.2kb
    • 提供者:huhu
  1. tinySH-uCOS-II

    0下载:
  2. 现成的工程,不需要修改,开源,用MDK411打开。硬件上只要有一个带USART1的STM32F10x的开发板,25M外部晶振,即可立即体验tinySH提供的便捷。 tinySH是运用于单片机上的命令行交互接口,方便系统调试与维护。 该接口类似linux的shell,有ls, cd, tree, exit, ps, reset, halt等命。不同的是,该接口不需要文件系统的支持,容量小。程序员可以在root目录下扩展目录与命令。 本人一直使用tinySH做产品开发。绝对OK!-Rea
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:319.51kb
    • 提供者:
  1. c51--SHELL-command-to-debug-a-simple-system-develo

    0下载:
  2. 运用简单51单片机技术,实现简单SHELL命令调试系统开发-51 MCU using simple technology, simple debugging system development SHELL command
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:76.84kb
    • 提供者:陈小东
  1. pipe.c

    1下载:
  2. Linux下管道通信,用管道一端用shell执行命令,在另一端读取命令结果-Linux, pipe communication with the pipeline one end of the shell to execute command to read the results of the command at the other end
  3. 所属分类:Embeded Linux

    • 发布日期:2015-09-30
    • 文件大小:1kb
    • 提供者:Folwind
  1. ShellDebug

    0下载:
  2. 简单Shell命令调试系统开发,是51单片机应用系统开发典型实例,中断控制串口在RTX-51 tiny 环境下开发-Simple Shell command debug systems development, 51 are single-chip microcomputer application systems development typical examples of serial interrupt control in the RTX-51 tiny development env
  3. 所属分类:SCM

    • 发布日期:2017-04-27
    • 文件大小:76.65kb
    • 提供者:ltj
  1. command

    0下载:
  2. 一个类似于shell的程序,在s3c44b0上实现串口0输入相应命令后cpu执行相关功能。-one shell based on s3c44b0
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-29
    • 文件大小:34.52kb
    • 提供者:eric
  1. atmega16_shell.0.2.tar

    0下载:
  2. atmega16 通过串口通讯的shell命令 开发工具 avr gnu toolchain-atmega16 the shell through the serial communication command avr gnu toolchain development tools
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:6.88kb
    • 提供者:杨泽钰
  1. gppve_3_5_wrSbc8548_2_0_3

    0下载:
  2. MPC8548 SBC开发板基于VXworks的 BSP资料,比较全,可以直接在SBC开发板上运行-this version of BSP will update the following driver files as well as the BSP. target/config/comps/vxWorks/11rapidio.cdf target/h/drv/end/gei82543End.h target/src/drv/end/gei82543
  3. 所属分类:VxWorks

    • 发布日期:2017-05-30
    • 文件大小:11.88mb
    • 提供者:唐震宇
  1. lib_cli

    0下载:
  2. 自己写的一个很有创意的Command Line Interface内核,占用资源非常精简,可在嵌入式平台上实现类似于shell的功能,纯C语言实现,非常易于移植。-A very smartful Command Line Interface Kernel by myself. Very low memory usage, and can provide the function for embedded platform like shell on PC. It is all written b
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:39.09kb
    • 提供者:PANDA
  1. myls

    0下载:
  2. 在linux下使用C代码,实现shell指令ls -l 的功能。注重于从文件中读取目录中的信息,然后控制格式,达到ls -l 的功能。-In linux using C code, and achieve the shell command ls-l functions. Focus on reading from the file directory information, and then control the format, to ls-l functions.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:1.95kb
    • 提供者:李俊
  1. linuxShellCode

    0下载:
  2. Linux shell 中多个命令的源代码,如:CP,RM,SU ,UNAME ,mv ,pwd ,ln ,cut ,touch ,unlink, stat ,rmdir ,mkdir等终端命令的源代码-Linux shell commands in multiple source code, such as: CP, RM, SU, UNAME, mv, pwd, ln, cut, touch, unlink, stat, rmdir, mkdir and other terminal com
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:215.12kb
    • 提供者:李工
  1. res.tar

    0下载:
  2. 《ARM嵌入式系统实验教程》P313面最后一段,要求将 /usr/local/lib/minigui/res/* 下所有文件都拷贝到开发板的/usr/local/lib/minigui/res 文件夹下。 但是由于 在 uclinux下只支持 cp srcname destname 格式,且不支持 -a 选项(实际上是任何选项都不支持),所以不能拷贝目录,也不能删除目录(痛苦啊)。 而这里要拷贝的res文件夹下的内容很多,逐个写指令来拷贝不太现实,于是我做了一个shell帮助执行这
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-25
    • 文件大小:485.77kb
    • 提供者:jerry
  1. shell

    0下载:
  2. Linux下的命令解释器,实现了基本外部命令,管道,重定向等-Linux, the command interpreter, basic external command, pipes, redirection, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:2.97kb
    • 提供者:Nick
  1. stm32f10x-chip-verify

    1下载:
  2. 移植了RAW OS操作系统的stm32芯片上, 通过串口以shell命令调试ADC1,DAC timer1 timer2-Transplant the stm32 of RAW OS operating system on a chip, through the serial port to shell command debugging ADC1, DAC timer1 timer
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-21
    • 文件大小:1.51mb
    • 提供者:嘿嘿
  1. linux-command-shell

    0下载:
  2. linux常用命令及shell linux系统命令解析-linux common commands and shell linux system command parsing
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-12
    • 文件大小:12.17mb
    • 提供者:穆元杰
  1. Linux_DNW

    0下载:
  2. 实现串口数据操作,在超级用户下,从shell命令行模式下实现数据从主机通过串口下载到目标机。-Serial data manipulation, the super-user, from a shell command line mode data downloaded from the host through the serial port to the target machine.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:115.13kb
    • 提供者:田汉通
  1. AVR_CMD

    0下载:
  2. AVR Command shell terminal
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-30
    • 文件大小:81.59kb
    • 提供者:Undead
  1. STM32+ESP8266+SHELL

    1下载:
  2. STM32加ESP8266模块,实现UDP透传模式通信,可以通过SHELL命令,获取采集电压和时间信息。在UDP调试工具输入“getcfg”可以获取配置信息 包括单次测量模式 循环测量模式 循环时间间隔设定等等相关参数设置。(STM32 and ESP8266 module are used to achieve UDP transmission mode communication, and the acquisition voltage and time information can b
  3. 所属分类:单片机开发

    • 发布日期:2018-04-22
    • 文件大小:3.59mb
    • 提供者:diaosidianzi
  1. DSO-Shell-open-source-version--master

    3下载:
  2. DSO150示波器源代码 113-15011.c Board.c Command.c Common.c Screen.c(DSO150 oscilloscope source code 113-15011.c Board.c Command.c Common.c Screen.c)
  3. 所属分类:开源硬件

    • 发布日期:2020-06-01
    • 文件大小:607kb
    • 提供者:frds86
  1. 3.Open source Letter Shell

    1下载:
  2. 基于STM32WB55的shell命令行范例(Shell command-line example based on STM32WB55)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2020-06-08
    • 文件大小:13.6mb
    • 提供者:Cuppuccino
« 12 »
搜珍网 www.dssz.com