I played around a bit and found a way for the serial number:
self.info_regs = [
Reg_u16(0x2002, '/HardwareVersion'),
Reg_u16(0x2003, '/FirmwareVersion'),
#Reg_u16(0x2033, '/Serial'), # not populated correctly by KSEM, therefore reading it as uInt instad of String - replaced by next line
Reg_text( 0x2024, 16, '/Serial'),
]
Hello pmcgn,
I played around a bit and found a way for the serial number:
Thanks again for providing the KSEM solution.