S7C1T (7-bit control mode) sequence doesn't work
Eröffnet am: 2022-10-18 06:02
Letztes Update: 2022-10-22 01:52
Auswertung: | (Anonym) | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | (Keine) |
Typ: | Fehler | Schweregrad: | 5 - Mittel |
Komponente: | Tera Term | Status: | Offen |
Lösung | Keine |
Einzelheiten
Using TT on german keyboard, connected to a microcontroller via USB-serial bridge. The MCU sends S7C1T sequence, so only 7-bit transmission from TT is expected. Pressing german special characters (umlaut, e.g.: ä, ö, ü, ß) seems to transmit 8-bit values, verified by debugging on the MCU.
Kommentar
仕様は、次の通りだと思います
参照
Tera Term の動作をしらべました。
S8C1T (8bit mode)
S7C1T (7bit mode)
DSR (CSI 5 n -> response CSI 0 n)例 VT200J以上, utf-8 (type CTRL-d after cat + od command)
ですね。
デフォルトのVT100で使っていたのですが、S7C1Tでは8bitモードに切り替わらないんですね。 ずっと7bitモードで使っていたけど大丈夫でした。