I don't think it exists.
@Gateway, @MrTeal: could we gain your opinions on whether the HF-Tool will/would work under windows. After a quick look. The tool is built from Python, uses pip to install pyusb.
Pip comes standard with Python 3.4 install. And the board identification code seems like it wouldn't be tied exclusively to linux.
Either willing to try it?
Pip installation instructions:
stackexchange linkI have tried this. I installed the usb dependencies with pip and tried to run hftool. I got 'HFBulkDevice not found' about every second in a loop. I haven't dug into the hftool code to find what is causing this error, but I can confirm it doesn't work on windows.
I woulnt hold my breath on windows hf tool, however someone has taken the time to take the python code and convert it to be used in cgminer, read though this
thread to see the work on it.. You can see the commits
here and he has send a pull request to Con to see if he would integrate it into the latest cgminer.