Skip to main content
Skip table of contents

5.8 - Reset [U12 Datasheet]

Sits in an infinite loop until micro watchdog timeout after about 2 seconds.

Table 5.8-1.

Command

 

Byte #

Description

0

XXXXXXXX

1

XXXXXXXX

2

XXXXXXXX

3

XXXXXXXX

4

XXXXXXXX

5

01X11111 (Reset)

6

XXXXXXXX

7

XXXXXXXX

LabJackPython Example

>>> import u12
>>> d = u12.U12(debug=True)
open called
Writing: [0x0, 0x0, 0x0, 0x0, 0x0, 0x57, 0x0, 0x0]
Received: [0x57, 0x0, 0x0, 0x0, 0xff, 0xff, 0x0, 0x0]
>>> d.rawReset()
Writing: [0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0x0, 0x0]

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.