Introduction
and brief Properties
System
structure and Source files
|
| Introduction |
|
Welcome to the world of embedded Internet! Today more and more
embedded systems are linked to network with the help of Internet
technologies such as TCP/IP protocols and Ethernet. Traditionally
serial port based embedded devices nowadays need to communicate via
TCP/IP protocols. Many even want to support FTP or SMTP.
Embedor provide the source code of TCP/IP - knowing as Microembedor,
the necessary function calls to support the TCP/IP protocols
including FTP,SMTP,ICMP,UDP etc. The code size of Microembedor is
small enough to meet the ram requirement, so it is an efficient
solution to connect your embedded system to the TCP/IP based
network. |
|
| Properties |
|
highly configuable, portable
and scaleable.
small code size.
supports ethernet frame format
(RFC 894)
suits to run on 8 or 16-bit
microcontrollers. Intel 8052 compatible.
provide two drivers for the
NIC of Crystal CS8900A and Realtek RTL8019AS.
compiled under Tasking51v6.0r1
and KEIL v6.23, tested with the MCU of Winbond W78E516.
|
|
| Benefits |
|
quickly develop TCP/IP based
embedded system.
easily upgrade traditional
serial port based embedded system to Ethernet and TCP/IP based.
robust, strictly tested, high
reliability.
provide simple and clear API
to call, easy to be integrated to your system.
|
|
|
|