
Examples for command-line usage of ASKU2BX_Configurator.exe
===========================================================

Select a specific board when multiple boards are attached
	ASK_U2BX_Configurator.exe COM14
	ASK_U2BX_Configurator.exe SN273739

Reset the device on the Starter Kit
	ASK_U2BX_Configurator.exe RESET

Detect COM port number of UART1 (USB channel A)
	ASK_U2BX_Configurator.exe GetCOM
	IF %ERRORLEVEL% GEQ 7  ECHO UART1 found at COM%ERRORLEVEL%

Detect COM port number of ASK-Shell (USB channel B)
	ASK_U2BX_Configurator.exe GetCOMB
	IF %ERRORLEVEL% GEQ 7  ECHO ASK-Shell found at COM%ERRORLEVEL%

Enable SENT interface
	ASK_U2BX_Configurator.exe CfgSetBit:13:0 CfgScanOut

Enable SENT interface
	ASK_U2BX_Configurator.exe CfgSetByte:0x01:0x00:0x20 CfgScanOut

Enable SENT interface
	ASK_U2BX_Configurator.exe CfgSet:SENT:enalbed CfgScanOut
	For a list of available text literals, connect to the ASK-Shell and type "CfgHelp"

Enable CAN1 interface
	ASK_U2BX_Configurator.exe CAN1:connect CAN1:termination:terminated CAN1:pin3:GND CfgScanOut

Restore board defaults
	ASK_U2BX_Configurator.exe CfgSetDefault CfgScanOut

Load settings from on-board non-volatile memory, slot 1
	ASK_U2BX_Configurator.exe CfgLoad:1 CfgScanOut

Load settings from a file
	ASK_U2BX_Configurator.exe CfgLoadFile:C:\temp\set.cfg CfgScanOut
