#
# ChangeLog for trunk/FACT++/src/ConnectionUSB.cc
#
# Generated by Trac 1.5.2
# 04/05/25 05:00:12

Thu, 24 May 2018 21:11:04 GMT tbretz [19017]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)

	Output the connection settings for debugging purpose as debug.


Wed, 18 Apr 2018 16:31:13 GMT tbretz [18996]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)
	* trunk/FACT++/src/ConnectionUSB.h (modified)

	Connection must be closed when setting a parameter fails, it is ...


Mon, 18 Sep 2017 15:43:32 GMT tbretz [18909]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)
	* trunk/FACT++/src/ConnectionUSB.h (modified)

	Moved setting connection parameters from a global variable (without ...


Sat, 17 Sep 2016 22:39:20 GMT tbretz [18615]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)

	It seems the new system Ubuntu 16.04 does not support anymore ...


Sat, 08 Jun 2013 11:21:51 GMT tbretz [16768]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)
	* trunk/FACT++/src/ConnectionUSB.h (modified)

	There is no need to make the scheduling of the async write ...


Sun, 02 Jun 2013 01:15:52 GMT tbretz [16566]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)

	Added some more output to the log for debugging.


Fri, 30 Mar 2012 21:29:56 GMT tbretz [13294]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)
	* trunk/FACT++/src/ConnectionUSB.h (modified)
	* trunk/FACT++/src/biasctrl.cc (modified)

	Added an automatic reconnect under certain conditions.


Wed, 16 Nov 2011 21:55:19 GMT tbretz [12540]
	* trunk/FACT++/src/Connection.cc (modified)
	* trunk/FACT++/src/ConnectionUSB.cc (modified)

	Fixed a bug which could cause crahses when a transmission is ...


Sun, 23 Oct 2011 12:33:16 GMT tbretz [12236]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)
	* trunk/FACT++/src/ConnectionUSB.h (modified)
	* trunk/FACT++/src/biasctrl.cc (modified)

	Changed signed char to unsigned in output queue.


Sun, 23 Oct 2011 11:40:30 GMT tbretz [12232]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)

	Added some more DEBUG stuff.


Sun, 23 Oct 2011 11:39:26 GMT tbretz [12231]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)
	* trunk/FACT++/src/biasctrl.cc (modified)

	Fixed the new DEBUG stuff.


Sat, 22 Oct 2011 18:25:48 GMT tbretz [12229]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)

	Added some debug out code.


Thu, 20 Oct 2011 10:33:23 GMT tbretz [12213]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)

	Improved error messages; switched to hardware flow control -- does ...


Tue, 06 Sep 2011 08:35:22 GMT tbretz [11979]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)

	Switched off DEBUG_TX


Mon, 05 Sep 2011 20:42:10 GMT tbretz [11971]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)

	Do not re-open automatically if the connection was closed due to
	error.


Mon, 05 Sep 2011 15:24:40 GMT tbretz [11963]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)

	Fixed two wrong conditional checks if there was an error or not.


Wed, 31 Aug 2011 14:13:49 GMT tbretz [11921]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)
	* trunk/FACT++/src/ConnectionUSB.h (modified)

	Added a second argument to AsyncRead to be able to propagate a ...


Mon, 08 Aug 2011 23:02:49 GMT tbretz [11851]
	* trunk/FACT++/src/ConnectionUSB.cc (modified)

	undef DEBUG_TX -- it seems to work stable.


Tue, 19 Jul 2011 20:03:37 GMT tbretz [11479]
	* trunk/FACT++/src/Configuration.cc (modified)
	* trunk/FACT++/src/Connection.cc (modified)
	* trunk/FACT++/src/ConnectionUSB.cc (modified)
	* trunk/FACT++/src/Console.cc (modified)
	* trunk/FACT++/src/Converter.cc (modified)
	* trunk/FACT++/src/EventBuilderWrapper.h (modified)
	* trunk/FACT++/src/EventImp.cc (modified)
	* trunk/FACT++/src/LocalControl.h (modified)
	* trunk/FACT++/src/Readline.cc (modified)
	* trunk/FACT++/src/StateMachineDim.cc (modified)
	* trunk/FACT++/src/fscctrl.cc (modified)
	* trunk/FACT++/src/scheduler.cc (modified)

	Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by
	to_string


Sun, 10 Jul 2011 13:07:28 GMT tbretz [11314]
	* trunk/FACT++/src/ConnectionUSB.cc (added)
	* trunk/FACT++/src/ConnectionUSB.h (added)