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

📄 abstract.txt

📁 lm3s6965 keil下的HTTP服务器运行界面
💻 TXT
字号:
******************************************************************
* NOTE: DO NOT RECOMPILE THE EXAMPLE WITHOUT RTL-ARM LICENSE !!! *
******************************************************************

This is a HTTP Server example prebuild for the Luminary 
'LM3S6965 ETHERNET EVAL BOARD' 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 LM3S6965 Evaluation Board and power the board up. 
  - In uVision - load the project file and execute Flash - Download.
  - Connect the LM3S6965 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://raven/ or http://<boards IP address>/

This opens the demo page running on the LM3S6965 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:

LM3S6965:       Stand-alone (no RTX Kernel) application.
                Program code is loaded into on-chip flash.

LM3S6965 Debug: Stand-alone (no RTX Kernel) with debug output.
                Debug level configured in Net_Debug.c configuration file.
                Use HyperTerminal to view output messages and select
                the COM# Windows has assigned to the Virtual COM port on
                the LM3S6965 evaluation board. Set the serial connection 
                to 115200 baud, 8-bits, no parity, 1 stop bit and no flow
                control.

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 + -