Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP Unicast fails on CLI tool, while working on GUI version #11

Closed
fvarandas opened this issue Sep 22, 2022 · 2 comments
Closed

TCP Unicast fails on CLI tool, while working on GUI version #11

fvarandas opened this issue Sep 22, 2022 · 2 comments

Comments

@fvarandas
Copy link

Comparing wizconfig.py with their main_gui.py counterpart on WIZnet-S2E-Tool-GUI repo, the following vars seem off:

WIZnet-S2E-Tool:

SOCK_CLOSE_STATE = 21
SOCK_OPENTRY_STATE = 22
SOCK_OPEN_STATE = 23
SOCK_CONNECTTRY_STATE = 24
SOCK_CONNECT_STATE = 25

WIZnet-S2E-Tool-GUI:

SOCK_CLOSE_STATE = 1
SOCK_OPENTRY_STATE = 2
SOCK_OPEN_STATE = 3
SOCK_CONNECTTRY_STATE = 4
SOCK_CONNECT_STATE = 5

If you use the values of WIZnet-S2E-Tool-GUI on the WIZnet-S2E-Tool, TCP unicast seems to work.

@renakim
Copy link
Contributor

renakim commented Sep 22, 2022

@fvarandas Thank you for leaving the issue.
I'll check the function and update.

renakim added a commit that referenced this issue Sep 23, 2022
Update README
@renakim
Copy link
Contributor

renakim commented Oct 5, 2022

@fvarandas The issue is fixed.
Thanks again 👍

@renakim renakim closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants