Incidencia #40584

sending byte values greater than 127 adds extra bytes

Abrir Fecha: 2020-07-23 05:33 Última actualización: 2020-10-31 07:16

Informador:
(Anónimo)
Propietario:
(Ninguno)
Tipo:
Estado:
Open
Componente:
Hito:
(Ninguno)
Prioridad:
5 - Medium
Gravedad:
5 - Medium
Resolución:
Ninguno
Fichero:
Ninguno
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Details

I am running into a strange behavior where any time I use send to send bytes greater than 127 (i.e. bytes without standard ASCII characters) then a series of seemingly arbitrary bytes are sent instead of the offending byte. I am communicating over asynchronous serial at 19200 baud and using Tera Term v4.105.

For instance, if I run the macro sendln 27 127 100, I receive on the other end the following bytes (as expected): 27 127 100 13 10, however, if I run the macro sendln 27 128 100, I receive 27 226 130 172 100 13 10. The 128 is replaced with a 226 130 172.

Ticket History (2/2 Histories)

2020-07-23 05:33 Updated by: None
  • New Ticket "sending byte values greater than 127 adds extra bytes" created
2020-10-31 07:16 Updated by: None
Comentario

Issue persist in v4.105.

Send $80 to Send $FF sends seemingly random bytes. Looking for a workaround.

Attachment File List

No attachments

Editar

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Entrar