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