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

From I-CubeX Wiki
Jump to: navigation, search
(Copied from Firmware-751 Message-111, revision 2323)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==COM STATUS (111, 6Fh)==
 
==COM STATUS (111, 6Fh)==
  
This message contains the COM port status of the USB-microDig. See the [[Firmware-75_Command-111 |DUMP COM STATUS command]] for more information.
+
This message contains the communications status of the WiDig, whether it is communicating via BLE or USB. The message is sent via USB.  
  
 
The [BODY] of the COM STATUS message is as follows:
 
The [BODY] of the COM STATUS message is as follows:
  
 
{|
 
{|
|00000xyz:
+
|0000000z:
|x = 0; DTR high
+
|z = 0; USB enabled, BLE disabled
 
|-
 
|-
 
|
 
|
|x = 1; DTR low
+
|z = 1; USB disabled, BLE enabled
|-
 
|
 
|y = 0; RTS low
 
|-
 
|
 
|y = 1; RTS high
 
|-
 
|
 
|z = 0; SUSP low (USB enabled)
 
|-
 
|
 
|z = 1; SUSP high (USB disabled)
 
 
|}
 
|}

Latest revision as of 21:46, 22 June 2018

COM STATUS (111, 6Fh)

This message contains the communications status of the WiDig, whether it is communicating via BLE or USB. The message is sent via USB.

The [BODY] of the COM STATUS message is as follows:

0000000z: z = 0; USB enabled, BLE disabled
z = 1; USB disabled, BLE enabled