demokit.htm
来自「世纪民生公司的带网络功能的单片机CS6209开发http服务器的演示源代码。」· HTM 代码 · 共 28 行
HTM
28 行
<html>
<body background="purm.jpg">
<h3>
<img SRC="tm00.jpg" ><br><br>
The CS6209 Embedded Network Microcontroller evaluation kit demonstrates
how to use the CS6209 HTTP server to do remote device monitoring and control.
<h4>
On the "I/O Control" web page, you can click on a switch, and the corresponding
LED segment on the evaluation board will be turned on or off.
<h4>
On the "Status Monitor" web page, you can observe the status of the LED
segments and the jumper switches. Whenever you change the position of a
jumper switch, the corresponding switch status on the web page will be updated
accordingly.
<h3>
How to set the IP address of the evaluation board:</h3>
1. Connect the RS232 port on your host computer with the RS232 port
on the evaluation board with a straight-through serial cable.
<br>2. Set the serial port baud rate as 115200 bps on your host computer.
<br>3. Run a serial terminal emulator utility (e.g. Hyperterm for Windows).
<br>4. Type "i" to set the target board IP address (e.g. 172.16.30.100).
<p>Point your web browser at the evaluation board's IP address:
http://172.16.30.100 (using the sample IP address above).
<p>
<hr WIDTH="100%">
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?