Nul sent when using CR lineending
Eröffnet am: 2022-02-23 16:46
Letztes Update: 2023-01-10 08:25
Auswertung: | (Anonym) | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | (Keine) |
Typ: | Fehler | Schweregrad: | 5 - Mittel |
Komponente: | Tera Term Macro | Status: | Offen |
Lösung | Keine |
Einzelheiten
When I have this code sendln 'M' and the option under setup -> terminal -> new-line -> transmit is set to CR, the following bytes will end up on the receiver side:
00000000 4e 0d 00 |N..|
When Set to LF only, I will get
00000000 4e 0a |N.|
When I set the option to CR+LF I will receive
00000000 4e 0d 0a |N..|
Clearly, 0d 00 is wrong and it should be 0d only.
Letzte Aktualisierung für dieses Ticket
2023-01-10 08:25 Aktualisiert von: nmaya
- Priorität Update from 7 to 5 - Mittel