exercism / cpp

Exercism exercises in C++.
https://exercism.org/tracks/cpp
MIT License
251 stars 205 forks source link

Passthrough mode - I receive ERROR when I send a packet #793

Closed shlomo-edu closed 5 months ago

shlomo-edu commented 5 months ago

I connect to TCP with AT+CIPSTART And then I enter oassthrough mode with: AT+CIPMODE=1 I receive packets ok. But WhenI send a packet I get an error: ERROR (as if I am not in passthrough mode). I tried sending: AT+SIPSEND (without = length) before the AT+CIPMODE and after it, and I still get the ERROR response. How do I send a packet from the client to the server in passthrough mode?

github-actions[bot] commented 5 months ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.

siebenschlaefer commented 5 months ago

Hi @shlomo-edu, this is the repository for the exercises of the C++ track on Exercism. Does your problem/question have anything to do with our exercises or Exercism in general?