We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
state: JoinState { connected: true, ip_assigned: true } [2022-12-16T03:30:01Z DEBUG atat::client] Sending command: ""AT+CIPMUX=1\r\n"" [2022-12-16T03:30:01Z DEBUG atat::ingress_manager] Received OK Connecting to 192.168.22.69... [2022-12-16T03:30:01Z DEBUG atat::client] Sending command: ""AT+CIPRECVMODE=1\r\n"" [2022-12-16T03:30:01Z DEBUG atat::ingress_manager] Received OK [2022-12-16T03:30:01Z DEBUG atat::client] Sending command: ""AT+CIPSTART=0,"TCP","192.168.22.69",8080\r\n"" [2022-12-16T03:30:02Z DEBUG atat::ingress_manager] Received OK Connected! [2022-12-16T03:30:02Z DEBUG atat::client] Sending command: ""AT+CIPSEND=0,5\r\n"" [2022-12-16T03:30:02Z DEBUG atat::ingress_manager] Received OK [2022-12-16T03:30:02Z DEBUG atat::client] Sending command: ""hello"" [2022-12-16T03:30:02Z DEBUG atat::client] Sending command: ""AT+CIPRECVDATA=0,2048\r\n"" [2022-12-16T03:30:02Z DEBUG atat::ingress_manager] Received OK thread 'main' panicked at 'Error while receiving data: ReceiveFailed(InvalidResponse)', examples/linux.rs:174:76 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
RUST_BACKTRACE=1
The text was updated successfully, but these errors were encountered:
Sorry for the late response. Unfortunately, I disabled notifications on this project.
Is the problem still existent?
Seems that no data arrived by URC message. I added a few debug log messages in branch debug_linux Could you please post the debug log output?
Sorry, something went wrong.
No branches or pull requests
state: JoinState { connected: true, ip_assigned: true }
[2022-12-16T03:30:01Z DEBUG atat::client] Sending command: ""AT+CIPMUX=1\r\n""
[2022-12-16T03:30:01Z DEBUG atat::ingress_manager] Received OK
Connecting to 192.168.22.69...
[2022-12-16T03:30:01Z DEBUG atat::client] Sending command: ""AT+CIPRECVMODE=1\r\n""
[2022-12-16T03:30:01Z DEBUG atat::ingress_manager] Received OK
[2022-12-16T03:30:01Z DEBUG atat::client] Sending command: ""AT+CIPSTART=0,"TCP","192.168.22.69",8080\r\n""
[2022-12-16T03:30:02Z DEBUG atat::ingress_manager] Received OK
Connected!
[2022-12-16T03:30:02Z DEBUG atat::client] Sending command: ""AT+CIPSEND=0,5\r\n""
[2022-12-16T03:30:02Z DEBUG atat::ingress_manager] Received OK
[2022-12-16T03:30:02Z DEBUG atat::client] Sending command: ""hello""
[2022-12-16T03:30:02Z DEBUG atat::client] Sending command: ""AT+CIPRECVDATA=0,2048\r\n""
[2022-12-16T03:30:02Z DEBUG atat::ingress_manager] Received OK
thread 'main' panicked at 'Error while receiving data: ReceiveFailed(InvalidResponse)', examples/linux.rs:174:76
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: