CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - shell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - shell - List
[
SCM
]
ucos51在KeilC51上仿真运行
DL : 0
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函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Date
: 2025-12-22
Size
: 714kb
User
:
套件
[
SCM
]
ucos51v2021
DL : 0
uC/OS-II在51上移植的完整源代码V1.0,包含shell源码。双击yy.uv2可以直接进行软件仿真。该代码解决了重入问题,对串口进行了特殊处理,不占用任务号,基于中断实现。该代码通过了软件仿真、硬件仿真、固化测试,请放心使用-uC/OS-II in 51 transplant on the integrity of the source code V1.0 contains shell source. Double-click yy.uv2 direct simulation software. The code to solve the problems go back to the serial port of special treatment, off-task, based on the realization of interruption. The code of the software through simulation, hardware emulation, curing test, please rest assured that the use of
Date
: 2025-12-22
Size
: 257kb
User
:
陈小明
[
SCM
]
Serial_CMD
DL : 0
用超级终端通过串口模拟的一个小Shell.已经实现的命令:cls-super serial terminal through a simulation of a small Shell. The order has been achieved : cls
Date
: 2025-12-22
Size
: 2kb
User
:
Backy
[
SCM
]
shellfor51
DL : 0
一个51单片机的shell调试命令,在keil下调试,有其中带有数码管,24c02,ts12864,IO口的测试程序。 -51 of the shell of a single-chip debug command, in keil debugging, there are of them with digital tube, 24c02, ts12864, IO mouth test procedures.
Date
: 2025-12-22
Size
: 11kb
User
:
何呈
[
SCM
]
44b0x_bios
DL : 1
44b0x bios源码 ************************************************ BIOS程序说明 By hugang, hgx2000@mail.china.com 本程序改编自antiscle公布的代码,在此首先 对antiscle表示感谢,我替换的原代码的网络 部分,对shell和flash也进行了一定的修改, 使其可以在51eda的开发板上可以正常运行。 ************************************************* 1.文件说明 Net : Rtl8019驱动代码 Src : 主程序代码 Inc : 主程序的头文件 Debug : SDT目标代码 Myusb.apj : SDT2.51工程文件 Myusb.PR : SourceInsight3.5工程文件-********************************************** 44b0x bios source** BIOS description of the procedures By hugang, hgx2000@mail.china.com This procedure adapted from published antiscle code, in this first antiscle expressed his thanks, I replaced the original code of the network part of the shell and flash have also been some modified so that it can 51eda development board can be normal operation.************************************************* 1 . document describes Net: Rtl8019 driver code Src: the main program code Inc: the main program s header file Debug: SDT object code Myusb.apj: SDT2.51 engineering documents Myusb.PR: SourceInsight3.5 engineering documents
Date
: 2025-12-22
Size
: 566kb
User
:
james home
[
SCM
]
uIP_SCY_TCP
DL : 0
* Module Description: * This main control loop shell provides everything required for a basic uIP * application using the RTL8019AS NIC
Date
: 2025-12-22
Size
: 1.8mb
User
:
sonic
[
SCM
]
yuanma
DL : 0
这个是用keilc编写的程序,用仿真软件proteus设计电路,把keilc写的程序加载到proteus中,就可以仿真,是初学者不错的学习例子。-Xing Chen Page keilc Park urgent breath you breathe diameter shell will stop寔weeks Proteus Chai poor spectral information, keilc urgent appointment you will yarn falling shell bullying Proteus precipitous peak Xiang Xin Participation Path寔page pocket侥宀sound you侥Floor Opportunity Arrow uncertainty .
Date
: 2025-12-22
Size
: 56kb
User
:
wfchwilliam
[
SCM
]
sch
DL : 0
arm2410电路图 和电亮arm板的程序,本程序在ads开发环境中开发。是arm入门的好程序。大家好好利用啊-Xi arm2410 only poor information, poor thinning medicine arm shell you will be pressure cloud shell corrosion ads Cave Cave嶸factory corrosion precipitous peak. Page arm secret altar shell will frustrate you. Rotary Club to send嵙嵙breath垷
Date
: 2025-12-22
Size
: 303kb
User
:
林圣欢
[
SCM
]
mp3_player_06.c
DL : 0
mega64 + VS1003 + SD卡,液晶使用的 Nokia5110液晶(方便,可以直接贴在板子上),,采用手机锂电池供电 配外壳 -mega64+ VS1003+ SD card, LCD used Nokia5110 LCD (convenient, can be directly attached to the board on), the use of lithium battery-powered mobile phones with shell
Date
: 2025-12-22
Size
: 50kb
User
:
贺礼
[
SCM
]
HaiBIOS_S3C2410_v1.0
DL : 0
HaiBIOS 是为我的S3C2410开发板写的一个启动程序。 C盘是RAMDISK,D盘是Nand Flash, E盘是 SD Card 默认是加载d:\MAINPROG.BIN到内存中运行,请修改LoadMain()以符合自己的需要。 如果启动中检测到E盘根目录下有MAINPROG.BIN,将进入shell.方便用户烧写代码。-HaiBIOS is for my S3C2410 development board to write a startup procedure. C disk is the RAMDISK, D disc is Nand Flash, E disc is loaded SD Card is the default d: MAINPROG.BIN into memory to run, modify LoadMain () to meet their own needs. If the boot was detected E under the root directory MAINPROG.BIN, will enter a shell. User-friendly programmer code.
Date
: 2025-12-22
Size
: 283kb
User
:
长空飞雪
[
SCM
]
shell
DL : 0
基于RTX51系统,C语言写的程序,实现简单SHELL的功能-Based on RTX51 system, C language to write procedures, to achieve a simple function of SHELL
Date
: 2025-12-22
Size
: 15kb
User
:
yyfeng
[
SCM
]
ShellDebug
DL : 0
简单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 environment
Date
: 2025-12-22
Size
: 77kb
User
:
ltj
[
SCM
]
eth_rem_dev_tcp-2.15.tar
DL : 0
AVR 单片机上实现的带有网络接口的linux系统移植-The AVR source code with web interface and udpcom client source with pre-compiled versions for linux, mac osx and windows (dos shell) Changes since last version: - cosmetic code clean-up
Date
: 2025-12-22
Size
: 112kb
User
:
钟毓秀
[
SCM
]
qweqwqew
DL : 0
本毕业设计项目根据毕业设计任务书指定和我校高职高专特点的要求,体现毕业生的实践动手能力、创新思维、解决问题的能力和对所学知识的综合运用能力,为学校教学楼设计制作一套遥控电子钟系统,整个系统中的大型数码管、控制电路、遥控发射和接收电路、印刷电路板、编程器以及外壳等自己设计制作-The Graduation Project Graduation design tasks according to the book and I have specified characteristics of the requirements of higher vocational schools, reflecting the graduates practical ability, creative thinking, problem-solving skills and learned knowledge of the integrated use of capabilities, and design of school buildings the production of a remote controlled electronic clock system, the entire system in the large-scale digital control, the control circuit, remote control transmitter and receiver circuits, printed circuit boards, programmers, and production of their own design shell, etc.
Date
: 2025-12-22
Size
: 127kb
User
:
qwwqe
[
SCM
]
LCD_TEST_82807
DL : 0
本程序是实现 单片机控制LCD的显示, 显示范围为4*20 ,已经通过调试壳方便应用于你的系统中去-This procedure is to achieve SCM LCD display, showing the range of 4* 20, has been used by debug shell easily to your system
Date
: 2025-12-22
Size
: 47kb
User
:
lu
[
SCM
]
c51--SHELL-command-to-debug-a-simple-system-develo
DL : 0
运用简单51单片机技术,实现简单SHELL命令调试系统开发-51 MCU using simple technology, simple debugging system development SHELL command
Date
: 2025-12-22
Size
: 77kb
User
:
陈小东
[
SCM
]
code
DL : 0
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函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-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函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。
Date
: 2025-12-22
Size
: 576kb
User
:
张亚东
[
SCM
]
51shell
DL : 0
基于8051的Shell介面程序,实现命令行输入和解析功能-Microchip' s simulator/download the source code control PICKit2
Date
: 2025-12-22
Size
: 18kb
User
:
[
SCM
]
stm32f103zet6-of-shell
DL : 0
stm32f103zet6 串口shell程序源码,通过串口可以实现人机交互功能,即通过串口发送指令,控制stm32实现不同的功能,实现了stm32大部分功能。-Stm32f103zet6 shell program source code, serial port via a serial port can realize human-computer interaction function, namely via a serial port to send instructions, control stm32 to realize different functions, realizes the stm32 most features.
Date
: 2025-12-22
Size
: 9mb
User
:
马鹏飞
[
SCM
]
STM32+ESP8266+SHELL
DL : 0
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 be obtained through the SHELL command. In the UDP debugger, input "getcfg" can get configuration information, including single measurement mode, cycle mode, cycle interval setting and so on.)
Date
: 2025-12-22
Size
: 3.59mb
User
:
diaosidianzi
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.