• Yes, char code 16 right on the start of a line disables echo for just that line.

    Is it possible that you somehow ended up sending the characters \x10 and not the single character code 16? You could try String.fromCharCode(16)+ but I'd have thought the code I posted should work.

About

Avatar for Gordon @Gordon started