abstract.txt

来自「如题:POLAR LPC23XX-EK_DEMO software_Keil」· 文本 代码 · 共 37 行

TXT
37
字号
This is a HTTP Server example. It shows you how to use the
Web Server CGI interface as well. 

This example will configure the LAN network parameters for
the 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 and default gateway and Primary DNS
and Secondary DNS Server manually in the Net_Config.c configuration
file. You have to disable also 'Dynamic Host Configuration' under 
the 'Ethernet Network Interface' section.

The WEB pages are included into the project under HTTP Files 
group. You can simply add or remove a page or image. Web files
which are compiled into the project are added to the 'Web.inp'
Web Converter input file.

To test this example, run your internet browser and type in
the name of this board 'mcb2300' in the address line.

Default user    : admin
Default password: <none>

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

The HTTP_demo example is available for several targets:

MCB2300:       Standalone application for Keil MCB2300 Board.
               Program code is loaded into on-chip flash.

MCB2300 Debug: Standalone Debug application. 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.

⌨️ 快捷键说明

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