This function refers to the memory.
The memory value in hexadecimal format at the specified address.
The byte order in the returned string is same as the byte order in memory regardless endian setting (depend on the endian of IO registers area, the byte order can be different). |
>>> csplus.read_memory(session_id, 0x0, 1) '10' >>> |