Skip to Navigation

5.8 - Reset

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

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]
  
tags:

Comments

No comments yet. Speak up. We're listening.