quan821223 / WIZnet-S2E-Tool-GUI

GUI Configuration tool for WIZnet serial to ethernet devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Overview

WIZnet-S2E-Tool-GUI is Configuration Tool for WIZnet serial to ethernet devices.

Python interpreter based and it is platform independent. It works on version 3.x python.


Support Devices

1 Port Serial to Ethernet Module

2 Port Serial to Ethernet Module

Pre-programmed MCU


Wiki

New to the WIZnet Configuration Tool? Visit the Wiki page.

The wiki page contains getting started guides, how to use tool, and troubleshooting guides.

You can check the contents of configuration tool wiki on the Wiki tab.


Environment

Windows

You can refer to below wiki page.

  • Windows 7

    • If the Windows 7 service pack version is low, there may be a problem running this tool.
  • Windows 10

Recommended to use tool at a resolution of 1440*900 or higher.

You can download Windows excutable file from release page.

Linux

You can refer to below wiki page.

Ubuntu

WIZnet-S2E-Tool-GUI is worked on python 3.x version.

So please check the version.

$ python --version

Install:

$ git clone https://github.com/Wiznet/WIZnet-S2E-Tool-GUI
$ cd WIZnet-S2E-Tool-GUI
$ sudo pip install -r requirements.txt

Now, run the configuration tool.

$ python main.py

You can use the CLI configuration tool also.


CLI Configuration Tool

In addition to this GUI configuration tool, we provides a command line based configuration tool.

With just a few options, you can easily set up your device.

One of the features of the CLI tool is that it supports multi device configuration. If you have multiple devices, try it.

CLI configuration tool can be refer from WIZnet-S2E-Tool github page.


TroubleShooting

If you have any problems, use one of the links below and please report the problem.


About

GUI Configuration tool for WIZnet serial to ethernet devices.

License:MIT License


Languages

Language:Python 100.0%