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

buffer is not filled with reply after opening a tcp connection #33

Open
mohamedboubaker opened this issue Jan 22, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working Firmware

Comments

@mohamedboubaker
Copy link
Owner

In network_functions.c in function sim_tcp_send
after constructing the open tcp connection command, using strcat. the command is sent to the module to open a tcp connection,
in case the creation of connection fails the module sends CONNECT FAIL error. This error msg is not captured in the receive buffer.
Even when the connection has succeeded with CONNECT OK,

The only thing captured in the receive buffer is the "issued command"

@mohamedboubaker mohamedboubaker added bug Something isn't working Firmware labels Jan 22, 2023
@mohamedboubaker mohamedboubaker self-assigned this Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Firmware
Projects
None yet
Development

No branches or pull requests

1 participant