MiniOS7 framework Version 0.9.3.14 / Update: Dec 24, 2010
[ Framework Demos ] [ MiniOS7 Framework API Description ]
Demo | Function | Explanation | Test Tools |
---|---|---|---|
FW_Demo01 | TCP Client | To connect to the network, create socket and use it to communicate over TCP by acting as a TCP client. | |
FW_Demo01_1 | TCP Client | To connect to the network, create socket and use it to communicate over TCP by acting as a TCP client. This sample also shows how to convert a host or domain name to an IP address using DNS. | |
FW_Demo02 | One Server | Implement one TCP/IP server. | Client1 |
FW_Demo03 | Client and Server | Implement client and server. | Client1 |
FW_Demo04 | Client Re-connect | Client Re-connect automatically from Breaking. | |
FW_Demo05 | Server Connection Count | Get the total count of connection to server. | |
FW_Demo06 | UDP Client | Implement one UDP client connection. | |
FW_Demo07 | UDP Server | Support echo server for TCP port 10000/10001/10002. | |
FW_Demo08 | 7-Segment LED Display | Control the 5-digit 7-segment LED. | |
FW_Demo09 | Timer | Uses the DT_AddTimer() function to print string via COM1. | |
FW_Demo10 | Timer2 | Uses the DT2_AddTimer() function to print string via COM1. | |
FW_Demo11 | DHCP | Demo for DHCP. | |
FW_Demo12 | UDP Search | The module can be searched by UDP. | |
FW_Demo13 | Update firmware | Update firmware by TCP. | MiniOS7 Utility |
FW_Demo15 | SMTP Client | 1. Support echo server for TCP port 10000. 2. Support SMTP client(send E-mail). | |
FW_Demo16 | Http | Web server for uPAC-7186EX series. | |
FW_Demo18 | Xserver-liked demo | Transfer user's program from Xserver 3.x.xx to MFW. | |
FW_Demo19 | COM Port | COM Port demo. | uPAC-7186EX |
FW_Demo20 | MFW+Modbus+COM port | Modbus/TCP and COM PORT. | |
FW_Demo21 | Ajax | Web server for uPAC-7186EX series. And supports the Modbus TCP protocol. | |
FW_Demo22 | NTP | Time Synchronization using NTP. | |
FW_Demo23 | Modbus TCP Master | Be a Modbus/TCP master to connect with one Modbus/TCP slave device. | Modbus/TCP slave device |