Read User Data
data = pcb.user.read()
data = pcb.user.read(ofs, len)
Reads either the whole user data area, or a subsection.
Parameter | Type | Description |
---|---|---|
ofs |
integer | Offset, in bytes, to the user internal register |
len |
integer | The length, in bytes. If not present, assumes the data is ASCIIZ (null terminated) |
Returns | Type | Description |
---|---|---|
data |
string | Binary data |