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

📄 remote.htm

📁 包括了各种常用的8051单片机的程序
💻 HTM
字号:
<HTML>
<HEAD>
<TITLE>Remote 8051 Debugger</TITLE>
<! Update History:>
<!                98.09.28 - Created>
</HEAD>
<BODY BACKGROUND="#ffffff" TEXT="000000" LINK="9805FF">
<table width="100%" CELLPADDING=10 BACKGROUND="canvas.jpg" border="canvas.jpg">
  <tr>
    <td rowspan=2 width=125 valign="top">
             <A HREF="http://www.myke.com"><font face="Helvetica"><strong>Myke Predko's Home Page</strong></font></A><p>
             <A HREF="/index.htm"><strong>Book CD-ROM Home</strong></A><p>
             <A HREF="code.htm"><strong>Code</strong><p>
             <A HREF="umps.htm"><strong>Loading UMPS</strong></A><p>
             <A HREF="datasht.htm"><strong>Device Data Sheets</strong></A><p>
             <strong>Internet Based 8051 Debugger</strong><p>
             <A HREF="page2.htm"><strong>8051 Resource Web Pages</strong></A>
    </td>
    <td bgcolor="#ffffff" valign="top"><IMG SRC="remote1.jpg" align="right" alt="Windows 'My Computer' Window with the book's CD-ROM">
            <h2>Internet Based 8051 Debugger</h2>

            <p align="left">One of the more interesting Internet applications I have
            seen is Miguel Wisintainer's and Luis Marques Remote Debugger for the 8051.  This tool 
            consists of an Atmel 98C51 connected to a host computer with RAM that can 
            be updated from the Internet.  The purpose of this application is to be 
            used as a training tool for students that want to try out 8051 applications, 
            but don't have an 8051 (or EPROM) Programmer to try out their ideas on 
            hardware.  <p>

            <p align="left">From your PC, you will create an application that starts at 
            Address 08000h, assemble it (using the "ASM51" program in the "Remote" 
            subdirectory of the CD-ROM, convert it into a binary file (using "hexbin").  
            The only modification to your code that you will have to make to have it run
            under RExLab (or "CLI40.EXE") is instead of the first "ORG" Statement set to
            zero, it has to be set to 08000h.  <p>

            <p align="left">Once the file has been created, the <A HREF="/remote/cli40.exe">RExLab</A> Application
            can be run.  This file can be run directly from the CD-ROM, by double clicking
            on the highlighted "RExLab" above.  When you do this, you will have to execute the
            program directly and not save it onto disk.  <p>

            <p align="left">The Remote 8051 experiment code can be saved onto your PC's 
            hard file the same way the "UMPS" code was loaded from the CD-ROM.  <p>

            <p align="left">When you are running this application, please remember that 
            there is only one available and that the time you spend working on it, you 
            are keeping others from from trying out their own programs.  
    </td> 
  </tr>
</table>
</BODY>
</HTML>

⌨️ 快捷键说明

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