.debugmode Property

Function:

Indicates whether the device will use the serial or network interface for debugging.

Type:

Enum (pl_sys_debug_mode)

Value Range:

  • 0 — PL_SYS_DBG_SERIAL (default): The serial interface will be used for debugging.
  • 1 — PL_SYS_DBG_NET: The network interface will be used for debugging.

See Also:

wln.autoconnect


Details

If this property is set to 0 — PL_SYS_DBG_NET, wln.autoconnect must be enabled for debugging to be possible.

As this is a Device Configuration Block (DCB) property, changing its values requires that the device be restarted for the changes to take effect.


.debugmode Property

Details