Ticket #40584

sending byte values greater than 127 adds extra bytes

Open Date: 2020-07-23 05:33 Last Update: 2020-10-31 07:16

Reporter:
(Anonymous)
Owner:
(None)
Type:
Status:
Open
Component:
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
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
Comment

Issue persist in v4.105.

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

Attachment File List

No attachments

Edit

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