Looks like a terminal control sequence.  Most of the VT100 commands begin with <ESC] '['. I'm not sure what that one is but, as I recall, every prompt like "nsh> " is followed by a VT100 clear to end of line command.

Do you have VT100 support enabled in your terminal?

On 2/10/2023 10:54 AM, Nathan Hartman wrote:
I have a board configured with NSH_TELNET and trying to understand why
I get garbage in telnet... It prints "NuttShell" and the prompt
correctly, but then prints ^[[62;6R. I don't know how to interpret
that. Hex 62? But what is 6R? After that, anything I type gets copied
back but no other output is seen.

[[[

$ telnet 192.168.10.102
Trying 192.168.10.102...
Connected to 192.168.10.102.
Escape character is '^]'.

NuttShell (NSH)
nsh> ^[[62;6R

]]]

For example, if I type 'help':

[[[

nsh> ^[[62;6Rhelp
      help

]]]

I don't know much about telnet, other than it usually works. Any ideas?

Cheers,
Nathan


Reply via email to