Echo off and TCP "don't interrupt"
Posted: Mon Sep 08, 2014 2:14 am
In attempting to port my AVR Minecraft server over to this sucker, I found out that you really can't use the AT command set provided to do very much since you have a command echo, and it will +IPD the data in the middle of you trying to talk to the chip.
If I try the traditional ATE0 it just says something like like:
no that fun
Has anyone uncovered any way to turn off echo, or only receive when solicited? Until one or both of these is handled, it will not be possible to implement any kind of reliable, non-challenge, response transport mechanism on top of the AT command set.
If I try the traditional ATE0 it just says something like like:
no that fun
Has anyone uncovered any way to turn off echo, or only receive when solicited? Until one or both of these is handled, it will not be possible to implement any kind of reliable, non-challenge, response transport mechanism on top of the AT command set.