搜索资源列表
usrLib
- VXWORKS基本shell命令源码,很有编程参考意义。-VxWorks shell commands the basic source code is programmed reference value.
shell
- 一个带有shell的ucos工程,在keil下打开工程后debug运行,可以通过串行窗口与ucos进行交互,实现了几个简单的命令如help,clr等,大家可以自己加一些其他的命令
shell+CLI+RS232
- 通过串口实现的CLI界面。在超级终端中实现界面的显示。支持命令记录和带多参数。功能强大。
PocketCMD.zip
- PocketCMD是与pocketconsole配合实用的命令行解释器(Shell),用于Windows CE平台,PocketCMD with practical pocketconsole with command-line interpreter (Shell), for the Windows CE platform
c51--SHELL-command-to-debug-a-simple-system-develo
- 运用简单51单片机技术,实现简单SHELL命令调试系统开发-51 MCU using simple technology, simple debugging system development SHELL command
GENIE-SHELL
- uCOSII只提供了操作系统内核,用户要自己添加文件处理、人机界面、网络接口等重要部分。其中Shell(人机界面)提供了人与机器交互的界面,是机器服务于人的体现,是系统必不可少的重要组成部分。现代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人认识OS都是从这里开始的。 由于Skyeye下的仿真串口USART已经实现了中断方式的接收(实际是从键盘接收输入),而且串口输出(实际上是输出到终端屏幕)也已经实现,所以实现一个类似DOS或
ShellDebug
- 简单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
LinuxCommandandShell
- Linux命令、编辑器与Shell编程,非常经典的教程-Linux commands, Shell programming editor with a very classic tutorials
atmega16_shell.0.2.tar
- atmega16 通过串口通讯的shell命令 开发工具 avr gnu toolchain-atmega16 the shell through the serial communication command avr gnu toolchain development tools
STM32_fatfs_shell_double_mode
- 实现了FATFS+SD1.1+Shell。大约20 的代码是出自本人。 其中实现了的shell命令cmd,ls,pwd,cat等。 这是其中一个版本,为了方便大家阅读,如果有兴趣可以查看我的另外一个,实现了FATFS+SDHC+SD2.0+SD1.1+Shell。 操作方法: 上电后,发字符串!s0! 进入dataflash shell模式,发字符串close则退出shell模式 发字符串!s1! 进入SD卡shell 模式,发字符串close则退出shell模式
vi
- 移植vi到rtems,添加一条shell命令,入口为主函数即可-port vi on rtems
linuxShellCode
- 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
elkscmd-20031014.tar
- 和elks-0.1.3匹配的上层应用开发,用于生成上层的shell命令等-And elks-0.1.3 match the upper application development, the upper shell is used to generate orders
51shell
- 基于8051的Shell介面程序,实现命令行输入和解析功能-Microchip' s simulator/download the source code control PICKit2
shell
- 简易的终端程序,可以运行命令并获得结果…-Simple terminal program, you can run commands and get results ...
shell
- Linux下的命令解释器,实现了基本外部命令,管道,重定向等-Linux, the command interpreter, basic external command, pipes, redirection, etc.
Ubuntu
- 《Ubuntu 命令技巧手册》非常实用的linux shell 命令-Ubuntu shell
STM32+ESP8266+SHELL
- 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.Open source Letter Shell
- 基于STM32WB55的shell命令行范例(Shell command-line example based on STM32WB55)
STC8_串口控制台源码
- STC8_串口控制台源码,实现类似shell命令的调试接口。