Hello,
I'm using USB-TO-GPIO adapter for communication over SMBus with a SBS system (manager, battery).
I wrote my self test software in c# 2.0 with VS 2010 using USB-to-GPIO API.
I doing long time test and log every seconds a lot of SBS data.
Everything is working well some hours, after that program is not responding any more (100% cpu)
I discover that windows XP SP3 handles are always increasing (task manager, show "handle" column)
Software hang after that handles are may be too high (3319340), there is enough free RAM.
Even windows explorer cannot be launched.
After killing the process, everything is ok again.
I try with the SAA_GUI software and I have the same behavior.
After each frame (read), handle count is increased and never cleared.
Questions :
- Did I do something wrong ?
I think not since SAA_GUI also have the same issue.
- Is there a solution ? windows patch, other texas dll version, ...
- Is there a more detailled API document
Best regards
Stephane