Version 3.0.4

QCOM3.exe

	Start QCOM3 with the first device that is found,
	use default configuration
	do not write a log file
	use default size for the GUI of 1059x234 pixels.


Options:

	-p  [comport]		Try to find device at given com port
	-sn [serial_number]	Try to find device with given serial number
	-c  [config_file]	Use given config file in json format. See manual for more infos.
	-l 					Enable logging
	-s  [size]			Set GUI (graphical user interface) size in pixel. Default value is 1
						0 = 706x156 | 1 = 1059x234 | 2 = 2118x468


Examples:

	QCOM3.exe -p com3 -l

		Start QCOM3 with the device attached to com port 3
		 and write a log file.


	QCOM3.exe -sn 5979 -c cfg\my_cfg.json

		Start QCOM3 with device with serial number 5979
		and use configuration file my_cfg.json in folder cfg


	QCOM3.exe -p com5 -s 2

		Start QCOM3 with the device attached to com port 5
		and set size of GUI to 2118x468