Overview Environment
CLI Configuration Tool Tutorial #1
Overview
This is Configuration & Test Tool for WIZnet S2E devices.
Python interpreter based and it is platform independent.
It works on version 2.7 and 3.6 python.
Supported Devices
1-Port S2E Module Products
2-Port S2E Module Products
Environment
Windows
Python Install
This Tool works on python version 2.7 and 3.6.
If you don't have Python, refer to Python download page
If python already installed, check the version as follow. (on cmd.exe)
>python --version
Python 2.7.X
or,
>python --version
Python 3.6.X
Install process
Check 'Add Python 3.6 to PATH' option to set environment variables of windows.
Linux
Coming soon.