Hello,
First thing that I noticed in the newest firmware is that AC trigger level indicator is still missing.
----------------------------------------------------------------------------------------------------------------
Added later: I have no clue how the fix of IC2 bug passed QA test and was added into the new firmware but this is what we get now:
1) what is that suffix 'A' doing in the hex output (before they used H)?
2) what is the point in using the prefix '0x' and the suffix (I assume Siglent meant 'H' but ended up with 'A' due to some strange reasons)? If you want to save space then either use the prefix or the suffix but not both because the screen is small and space is precious. I would say - use none, since after I have set the format to 'Hex' I don't need any reminders/hints embedded into the data since I am shown what I asked for - the hexadecimal data;
3) it is a nice idea to have a dedicated window to show the missing part of the string although I would implement it differently. Anyway, I would be happy with it too but just look at the last hex number in the first line (19A) and the first hex number in the second line (1BA) - the guys lost 0x1A or 1AH (a matter of taste);
4)again, I think consistency is important. Look at the last hex number in the packet (it's 0x1F) displayed in the 'Long Data' window - it is there. Now look at the SDA and SCL lines, the end of the packet - 0x1F is there. Now look at the decoded data (the line at the bottom of the screen) - the last part is '0AA 0' - it must be 0x1F and nothing else to be synchronized with other data.
I think I will downgrade the firmware for now.