LabJackPython Example
>>> import u12
>>> d = u12.U12()
open called
Writing: [0x0, 0x0, 0x0, 0x0, 0x0, 0x57, 0x0, 0x0]
Received: [0x57, 0x0, 0x0, 0x0, 0xff, 0xff, 0x0, 0x0]
>>> d.rawWatchdog()
Writing: [0x0, 0x0, 0x0, 0x0, 0x0, 0x53, 0x17, 0x70]
Received: [0x1, 0xa, 0x0, 0x0, 0x0, 0x53, 0x17, 0x70]
{'FirmwareVersion': '1.10'}
5.11 - Read RAM
Reads 4 bytes out of the U12’s internal memory.
Note: Bytes are read down from the starting address. For example, if you read at address 0x203, then byte 0 comes from 0x203,
byte 1 comes from 0x202, byte 2 comes from 0x201, and byte 0 comes from 0x200.