Hardware/TBalancer/TBalancerGroup.cs
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Sat, 12 Feb 2011 21:17:42 +0000 Fixed Issue 164.
Wed, 06 Oct 2010 19:50:10 +0000 Added more error checking to the T-Balancer enumeration code. This hopefully fixes an IndexOutOfRangeException in the TBalancerGroup constructor.
Tue, 21 Sep 2010 20:32:36 +0000 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
Wed, 15 Sep 2010 18:43:15 +0000 Added a check to verify the FTDI chip ID before opening the T-Balancer port.
Wed, 08 Sep 2010 19:29:58 +0000 Fixed some Code Analysis warnings.
Thu, 12 Aug 2010 20:53:27 +0000 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
Sun, 08 Aug 2010 13:57:26 +0000 Refactored the hardware monitoring code into a library (Issue 101).
Tue, 27 Jul 2010 18:47:58 +0000 Fixed BadImageFormatExceptions.
Sat, 05 Jun 2010 09:40:57 +0000 Fixed Issue 68.
Mon, 05 Apr 2010 15:31:19 +0000 Rewritten the T-Balancer code to use the FTDI D2XX drivers directly instead of the System.IO.Ports.SerialPort class. The SerialPort class has some ugly problems like http://connect.microsoft.com/VisualStudio/feedback/details/140018/serialport-crashes-after-disconnect-of-usb-com-port or http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/8a1825d2-c84b-4620-91e7-3934a4d47330 for which no real solution seems to exist. And Microsoft doesn't feel like it needs to be fixed for years now.
Thu, 18 Feb 2010 14:03:02 +0000 Added global exception handling for T-Balancer detection (to handle ArgumentException if portName does not exist).
Tue, 16 Feb 2010 21:44:25 +0000 Restored CTSHolding check and added more report output for T-Balancer enumeration.
Sun, 14 Feb 2010 21:09:08 +0000 Allow all protocols 2X for T-Balancer.
Fri, 12 Feb 2010 08:17:51 +0000 Changed the T-Balancer detection and added more report details.
Mon, 08 Feb 2010 20:18:25 +0000 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
Sun, 07 Feb 2010 20:59:13 +0000 Release version 0.1.15. Added protocol 0x2C for T-Balancer.
Sun, 07 Feb 2010 20:11:30 +0000 Release version 0.1.14. Added more report details for T-Balancer bigNG.
Tue, 26 Jan 2010 22:37:48 +0000 Initial commit.