
Examples for command-line usage of MB_Configurator.exe
======================================================

Select a specific board when multiple boards are attached
	MB_Configurator.exe COM14
	MB_Configurator.exe SN273739

Reset the device on the Piggyback-board
	MB_Configurator.exe RESET

Detect COM port number of UART1 (USB channel A)
	MB_Configurator.exe GetCOM
	IF %ERRORLEVEL% GEQ 7  ECHO UART1 found at COM%ERRORLEVEL%

Detect COM port number of MB-Shell (USB channel B)
	MB_Configurator.exe GetCOMB
	IF %ERRORLEVEL% GEQ 7  ECHO MB-Shell found at COM%ERRORLEVEL%

Enable micro-SD card
	MB_Configurator.exe CfgSetBit:444:0 CfgScanOut

Enable micro-SD card
	MB_Configurator.exe CfgSetByte:0x37:0x00:0x10 CfgScanOut

Enable micro-SD card
	MB_Configurator.exe CfgSet:SDCard:connect CfgScanOut
	For a list of available text literals, connect to the MB-Shell and type "CfgHelp"

Enable CAN2 interface
	MB_Configurator.exe CAN2:power:on CAN2:VIO:3V3 CAN2:connect CAN2:standby:enabled CAN2:termination:terminated CAN2:pin3:GND CfgScanOut

Restore board defaults
	MB_Configurator.exe CfgSetDefault CfgScanOut

Load settings from on-board non-volatile memory, slot 1
	MB_Configurator.exe CfgLoad:1 CfgScanOut

Load settings from a file
	MB_Configurator.exe CfgLoadFile:C:\temp\set.cfg CfgScanOut
