Ticket #43975

Nul sent when using CR lineending

Open Date: 2022-02-23 16:46 Last Update: 2023-01-10 08:25

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

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.

Ticket History (2/2 Histories)

2022-02-23 16:46 Updated by: None
  • New Ticket "Nul sent when using CR lineending" created
2023-01-10 08:25 Updated by: nmaya
  • Priority Update from 7 to 5 - Medium

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