Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. 17:29:05.652 [Tx] AT+QIOPEN="TCP","127.0.0.1",3000r
  2. 17:29:05.672 [Rx] rnOKrnrnCONNECT OKrn
  3. 17:29:07.699 [Tx] AT+SEND=1r
  4. 17:29:07.718 [Rx] >
  5. 17:29:08.603 [Tx] A
  6. 17:29:08.647 [Rx] rnSEND OKrn
  7. 17:29:09.446 [Rx] CLOSED
  8.  
  9. Connection reset by peer error again
  10. Traceback (most recent call last):
  11. File "./server.py", line 22, in <module>
  12. data = r"{}".format(conn.recv(1024))
  13. ConnectionResetError: [Errno 104] Connection reset by peer
  14.  
  15. $ python client.py data
  16. Received: b'$E0A0:8Br$E0FFr'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement