step3.html
来自「描述ARM7TDMI在点灯程序」· HTML 代码 · 共 44 行
HTML
44 行
<html>
<head>
<title>Serial Connectiion with Angel</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<hr>
<div align="center"><b><font face="Arial, Helvetica, sans-serif"> <font size="3">Connect
your host PC to the board through the Multi-ICE Interface</font></font></b></div>
<hr>
<ul>
<li><font size="2" face="Arial, Helvetica, sans-serif">Connect the Multi-ICE
with the evaluation board through the P5 socket as shown bellow:</font></li>
</ul>
<p align="center"><img src="../picture/connect1.gif" width="545" height="421"></p>
<ul>
<li><font face="Arial, Helvetica, sans-serif" size="2">Power-up the Evaluation
Board.</font><br>
</li>
</ul>
<hr>
<hr>
<form method="post" action="">
<table width="75%" border="0" align="center">
<tr>
<td>
<div align="left">
<input type="button" name="previous_step" onClick="parent.right.location.replace('step2.html')" value="<< Previous Step">
</div>
</td>
<td> </td>
<td>
<div align="right">
<input type="button" name="next_step" onClick="parent.right.location.replace('step4.html')" value="Next Step >>">
</div>
</td>
</tr>
</table>
</form>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?