INDEX.SHT
资源名称:ertos.rar [点击查看]
上传用户:sunrenlu
上传日期:2022-06-13
资源大小:1419k
文件大小:2k
源码类别:
操作系统开发
开发平台:
DOS
- <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Erick Engelke">
- <meta name="GENERATOR" content="eRTOS">
- <title>Temperature Probe</title>
- </head>
- <body background="paper3.gif">
- <h3>Temperature Probe</h3>
- <ul>
- <p>This web server is running on
- <a href="http://www.jkmicro.com">JK Microsystem</a>'s
- tiny uFlash embedded computer.</p>
- <p>The whole computer, including an Ethernet interface and
- 386EX (80386 compatible) processor, is about the
- size of a credit card. A daughter card is attached with multiple
- A/D and D/A converters. Presently, two temperature probes are connected to
- the A/D's.</p>
- <p>The system is running JK's DOS compatible operating system,
- and
- <a href="http://www.ertos.com">eRTOS</a>, an embedded system development
- package which
- includes TCP/IP, Web and FTP servers. The entire software
- fits in less than 512 kB of RAM, leaving the remaining 512 kB
- to be used as a battery-backed persistent RAM disk.</p>
- <p>This page is an example of server-side includes. We can specify
- routines to fill in content automatically at read time, this is
- how the temperature values below are inserted.</p>
- <h2>Current Probe Values</h2>
- <table border=3>
- <tr><td>probe #0</td><td>##probe0##</td><td><img src="graph0.gif"></td></tr>
- <tr><td>probe #1</td><td>##probe1##</td><td><img src="graph1.gif"></td></tr>
- </table>
- </ul>
- </ul>
- </body>
- </html>