From: Mike on
Hi,
I am trying to develop a battery driver to run on a custom computer system
with windows XP. Battery data is relayed to the computer through a custom
board which connects to the windows computer using a USB connection.
The battery driver needs to display battery status and shut down the
computer when the battery is running too low.
I am having trouble finding a battery driver sample.
Does anyone have anything that could help me get started? A sample
application would be great.
Thanks

From: Kerem Gümrükcü on
Hi Mike,

i guess you are looking for a miniclass driver
and this is the best place to start:

[Writing Battery Miniclass Drivers]
http://msdn.microsoft.com/en-us/library/ms789301.aspx


regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.pro-it-education.de/software/deviceremover
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------

"Mike" <Mike(a)discussions.microsoft.com> schrieb im Newsbeitrag
news:35DE880F-B725-4E49-AE9F-FD93775738FD(a)microsoft.com...
> Hi,
> I am trying to develop a battery driver to run on a custom computer system
> with windows XP. Battery data is relayed to the computer through a custom
> board which connects to the windows computer using a USB connection.
> The battery driver needs to display battery status and shut down the
> computer when the battery is running too low.
> I am having trouble finding a battery driver sample.
> Does anyone have anything that could help me get started? A sample
> application would be great.
> Thanks
>