Extra byte on keyboard mapping
Eröffnet am: 2018-11-22 02:49
Letztes Update: 2018-11-22 02:49
Auswertung: | (Anonym) | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | (Keine) |
Typ: | Fehler | Schweregrad: | 5 - Mittel |
Komponente: | (Keine) | Status: | Offen |
Lösung | Keine |
Einzelheiten
Attempting to map a user key. I need to send Esc d followed by a carriage return. So I modified KEYBOARD.CNF to include this:
User11=575,0,$01$64$0d
According to WireShark, what is actually being sent is 1B 64 0D 00. The trailing zero byte is tripping up the host. We do this same emulation on an old 32-bit ProComm and it send the expected 1B 64 0D with no trailing zero byte. I have tried changing the mapping to this:
User11=575,1,$01$64$0d
(modify the 2nd parameter to a 1) and it has the same result. Please advise
Letzte Aktualisierung für dieses Ticket
2018-11-22 02:49 Aktualisiert von: None
- New Ticket "Extra byte on keyboard mapping" created