Difference between revisions of "Firmware-770 Message-111"

From I-CubeX Wiki
Jump to: navigation, search
(Created page with "==LOW POWER AND COM (111, 6Fh)== This message contains the LED status of the USB-microDig. See the LOW POWER AND COM command for more informatio...")
 
Line 6: Line 6:
  
 
{|
 
{|
|0xxxxxxx:
+
|000d0xyz:
|xxxxxxx = 0; LEDs on
+
|d = 0; LEDs on
 
|-
 
|-
 
|
 
|
|xxxxxxx = 32; LEDs dimmed
+
|d = 1; LEDs dimmed
 +
|-
 +
|
 +
|x = 0; DTR high
 +
|-
 +
|
 +
|x = 1; DTR low
 +
|-
 +
|
 +
|y = 0; RTS low
 +
|-
 +
|
 +
|y = 1; RTS high
 +
|-
 +
|
 +
|z = 0; SUSP low (USB enabled)
 +
|-
 +
|
 +
|z = 1; SUSP high (USB disabled)
 
|}
 
|}

Revision as of 00:49, 7 March 2022

LOW POWER AND COM (111, 6Fh)

This message contains the LED status of the USB-microDig. See the LOW POWER AND COM command for more information.

The [BODY] of the LOW POWER message is as follows:

000d0xyz: d = 0; LEDs on
d = 1; LEDs dimmed
x = 0; DTR high
x = 1; DTR low
y = 0; RTS low
y = 1; RTS high
z = 0; SUSP low (USB enabled)
z = 1; SUSP high (USB disabled)