Hardware/TBalancer/TBalancerGroup.cs
2010-04-05 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.
2010-02-18 Added global exception handling for T-Balancer detection (to handle ArgumentException if portName does not exist).
2010-02-16 Restored CTSHolding check and added more report output for T-Balancer enumeration.
2010-02-14 Allow all protocols 2X for T-Balancer.
2010-02-12 Changed the T-Balancer detection and added more report details.
2010-02-08 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
2010-02-07 Release version 0.1.15. Added protocol 0x2C for T-Balancer.
2010-02-07 Release version 0.1.14. Added more report details for T-Balancer bigNG.
2010-01-26 Initial commit.