features.htm

来自「适合于PIC单片机的TCP/IP协议栈」· HTM 代码 · 共 57 行

HTM
57
字号
<html>

<head>
<title>PICStack Features</title>
</head>

<body bgcolor="#FFFFFF">

<table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
        <td width="100%" bgcolor="#D1D1D1">* No roylaty or
        licence fee</td>
    </tr>
    <tr>
        <td width="100%">* Portable across Microchip PIC18 family
        of microcontrollers</td>
    </tr>
    <tr>
        <td width="100%" bgcolor="#D1D1D1">* Out-of-box support
        for Microchip C18 and Hi-Tech compilers</td>
    </tr>
    <tr>
        <td width="100%">* RTOS independent</td>
    </tr>
    <tr>
        <td width="100%" bgcolor="#D1D1D1">* Implements complete TCP state machine</td>
    </tr>
    <tr>
        <td width="100%">* Multiple TCP and UDP sockets with simultaneous
        connection/management</td>
    </tr>
    <tr>
        <td width="100%" bgcolor="#D1D1D1">* Modular design to easily add new
        components</td>
    </tr>
    <tr>
        <td width="100%">* Use it as a part of HTTP Server
        (included) or any custom TCP/IP based application</td>
    </tr>
    <tr>
        <td width="100%" bgcolor="#D1D1D1">* Includes powerful and yet simple Microchip
        File System (MPFS)</td>
    </tr>
    <tr>
        <td width="100%">* PC based program to convert PC files
        into MPFS image</td>
    </tr>
    <tr>
        <td width="100%" bgcolor="#D1D1D1">* Included Modules: MAC, SLIP, ARP, IP, ICMP, TCP, UDP, DHCP, FTP, IP Gleaning, HTTP, MPFS.</td>
    </tr>
    <tr>
        <td width="100%">* Bonus firmware modules: external LCD, external serial EEPROM, Tick Manager, Xmodem Receiver</td>
    </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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