RN 171 Question

'm trying to program the device RN 171 and I would like to figure out which command to use in order to avoid that in telnet mode after sending the first command displays the command you typed and then the result obtained by the command.

For clarity I describe as the telnet command and its result:

<4:00> show io

show io

0x8530

<4:00>

Let me know what to set in order to remove the writing from the form of repetition “show me” and get the following listing

<4:00> show io

0x8530

<4:00>

Take a look at SET UART MODE COMMAND

specifically the Command echo bit (B0)

-mark