2010-10-06 |
Added more error checking to the T-Balancer enumeration code. This hopefully fixes an IndexOutOfRangeException in the TBalancerGroup constructor.
|
file | diff | annotate |
2010-09-21 |
Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
|
file | diff | annotate |
2010-09-15 |
Added a check to verify the FTDI chip ID before opening the T-Balancer port.
|
file | diff | annotate |
2010-09-08 |
Fixed some Code Analysis warnings.
|
file | diff | annotate |
2010-08-12 |
Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
|
file | diff | annotate |
2010-08-08 |
Refactored the hardware monitoring code into a library (Issue 101).
|
file | diff | annotate |
2010-07-27 |
Fixed BadImageFormatExceptions.
|
file | diff | annotate |
2010-06-05 |
Fixed Issue 68.
|
file | diff | annotate |
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.
|
file | diff | annotate |
2010-02-18 |
Added global exception handling for T-Balancer detection (to handle ArgumentException if portName does not exist).
|
file | diff | annotate |
2010-02-16 |
Restored CTSHolding check and added more report output for T-Balancer enumeration.
|
file | diff | annotate |
2010-02-14 |
Allow all protocols 2X for T-Balancer.
|
file | diff | annotate |
2010-02-12 |
Changed the T-Balancer detection and added more report details.
|
file | diff | annotate |
2010-02-08 |
Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
|
file | diff | annotate |
2010-02-07 |
Release version 0.1.15. Added protocol 0x2C for T-Balancer.
|
file | diff | annotate |
2010-02-07 |
Release version 0.1.14. Added more report details for T-Balancer bigNG.
|
file | diff | annotate |
2010-01-26 |
Initial commit.
|
file | diff | annotate |