You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My data in hex format in the the analysis view in MSB/BE format is 13 53 63 13 a4. I know that the ascii data should be 1561J which would be 31 35 36 31 4a in hexadecimal. When I create a label for the data and change the bit/byte order and display in hex it shows 31 35 36 31 4a and I would expect that changing the Display Format to ascii would show 1561J.
Actual Behavior
When LSD/LE is selected, instead of converting 31 35 36 31 4a to 1561J, it converts to �Sc�¤ which is the ascii conversion of 13 53 63 13 a4 (same as MSB/BE).
Steps To Reproduce
Create a signal with hex digits representing ascii data, but with the least significant digit before the most significant digit.
Create a label for the data
Set the Display format to hex
Set the bit/byte order to LSD/LE and verify that the hex values are arranged in the correct order for the ascii content
Change the Display Format to Ascii and notice that the value is not correct.
Screenshots
Platform Specifications
OS: Ubuntu Linux 22.04
URH version: 2.9.5
Python version: 3.8..8
Installed via: git clone, setup.py
The text was updated successfully, but these errors were encountered:
Expected Behavior
My data in hex format in the the analysis view in MSB/BE format is 13 53 63 13 a4. I know that the ascii data should be 1561J which would be 31 35 36 31 4a in hexadecimal. When I create a label for the data and change the bit/byte order and display in hex it shows 31 35 36 31 4a and I would expect that changing the Display Format to ascii would show 1561J.
Actual Behavior
When LSD/LE is selected, instead of converting 31 35 36 31 4a to 1561J, it converts to �Sc�¤ which is the ascii conversion of 13 53 63 13 a4 (same as MSB/BE).
Steps To Reproduce
Screenshots
Platform Specifications
The text was updated successfully, but these errors were encountered: