Hi!
I am using the new SW, it is quite fine!
I saw one bug and I have one feature request:
Feature request first: If I chose a name for a channel, I’d like that the analoge channel and digital channel instantly get the same name. They are the same signal, so why can we give them different names?
Here’s a bug I saw: When exporting I2C data, the Packet IDs are not exported. Every packet has the ID “0”.
So, the exported list is useless, as we do not know if the data is really data or if it is a register address.
See example below. The stop bits which separate packets are not visible in the exported data.
I like that the format stayed the same though!
Logic 2.2.14:
Time [s],Packet ID,Address,Data,Read/Write,ACK/NAK
0.109446880000000,0,0x96,0x28,Write,ACK
0.109544800000000,0,0x96,0x00,Write,ACK
0.109866720000000,0,0x96,0x2F,Write,ACK
0.109964800000000,0,0x96,0x01,Write,ACK
0.110286880000000,0,0x96,0x10,Write,ACK
Logic 1.2.18:
Time [s],Packet ID,Address,Data,Read/Write,ACK/NAK
1.171275260000000,1,0x96,0x28,Write,ACK
1.171372260000000,1,0x96,0x00,Write,ACK
1.171706760000000,2,0x96,0x2F,Write,ACK
1.171803760000000,2,0x96,0x01,Write,ACK
1.172136600000000,3,0x96,0x10,Write,ACK
Thanks!
Johannes