⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 abstract.txt

📁 lpc2300 http demo keil
💻 TXT
字号:
***********************************************************
NOTE: DO NOT RECOMPILE THE EXAMPLE WITHOUT RTL-ARM LICENSE!
***********************************************************

This is a HTTP Server example prebuild for the Keil MCB2300 Evaluation Board.
It shows you how to use the Web Server CGI interface as well. 

This example will configure LAN network parameters for Evaluation Board 
automatically if a DHCP Server is available in your LAN.

If you do not have a DHCP server, you need to configure the IP address, 
net mask, default gateway, Primary DNS and Secondary DNS Server manually
in the Net_Config.c configuration file. You have to disable also 
'Dynamic Host Configuration' under 'Ethernet Network Interface' section.

To use this example:

  - Connect ULINK to the MCB2300 Evaluation Board and power the board up. 
  - In uVision - load the project file and execute Flash - Download.
  - Connect the MCB2300 Board to a LAN with DHCP server (most LANs have this)
  - Connect your computer to the same LAN and open your web browser and 
    enter the address http://mcb2300/ or http://<boards IP address>/
    
This opens the demo page running on the MCB2300 Board. Enter:

User name: admin 
Password: <none> 

The WEB pages shown are included into the project under HTTP Files 
group.

You can change the password at runtime on page 'system'

The HTTP_demo example is available for several targets:

MCB2300:       Standalone (no RTX Kernel) application
               Program code is loaded into on-chip flash.

MCB2300 Debug: Standalone (no RTX Kernel) with debug output
               Debug level configured in Net_Debug.c debug configuration file.
               Connect a serial cable to RS232 COM1 port to view
               output messages using HyperTerminal at 115200 baud,
               8-bits, no parity, 1 stop bit, XON/XOFF.

MCB2300 RTX:   The same example but configured for RTX Kernel.

This pre-compiled version is configured "Stand alone" and may be downloaded
using a evalution version of the RealView MDK-ARM package 
(available at www.keil.com/demo).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -