It seems that we should support that in 'convert-txt-to-dlt-file' console function.
Without that support, the generated dlt file is opened with no visible messages.
To Reproduce
Steps to reproduce the behavior:
Use 'convert-txt-to-dlt-file' console function to generate a dlt file out of any textual data
Try to open the file
Observe the empty content in the "Payload" column
Expected behavior
Documentation says, that version 1 of dlt protocol remains supported. So there is certainly a bug in the current implementation of the 'convert-txt-to-dlt-file' function.
We need support of the generation of the dlt files with v2 protocol, as v1 protocol will be removed one day
Desktop (please complete the following information):
Describe the bug
The dlt-viewer 2.24.0 has switched to the v2 dlt protocol.
Old protocol - https://www.autosar.org/fileadmin/standards/R20-11/FO/AUTOSAR_PRS_LogAndTraceProtocol.pdf New protocol - https://www.autosar.org/fileadmin/standards/R22-11/FO/AUTOSAR_PRS_LogAndTraceProtocol.pdf
It seems that we should support that in 'convert-txt-to-dlt-file' console function.
Without that support, the generated dlt file is opened with no visible messages.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Desktop (please complete the following information):