PC Power-ON Wake-up from Clock BIOS

T

TA.forum

Hello,

I would like to use ALARM Function of the internal Bios CLOCK Calendar.
This works well manually with BIOS SETUP ALARM CLOCK.

How can I do from a Window Application to configure CALENDAR Registers to
fix an Alarm Hour ?

Ideas ? APIs functions ?
Thanks

Thierry
 
S

Slobodan Brcin \(eMVP\)

Hi,

You should try some better NG that relate to driver and system programming.
Basically you will need one driver that you can use to gain access to In Out
functions. Then your application can communicate with that driver.

There are general purpose drivers that allow you to access ports trough them
from user mode, or you can write your simple driver.

One question for you though.
Do you know how to change these settings from pure DOS trough IO
instructions? Each BIOS is unique.

Regards,
Slobodan
 
T

TA.forum

Hi,
and thanks for this register map !
Now, how can I write into these registers from a Windows XP application ?
Win API ? Which one ?
Windows intercepts direct IO writes...

Best regards
Thierry
 
S

Slobodan Brcin \(eMVP\)

TA,

This is why I asked you these questions before.

MS Win32 API won't let you to access IO registers so you must write your own
driver (theey have direct access) or use third-party driver that allow you
to access io ports.
For instance:
http://zealsoftstudio.com/ntport/index.html

Regards,
Slobodan
 
T

TA.forum

Hi,

Thaks a lot for this URL !
I download it and try my ideas (access to cmos clock registers)...
Best regards !
Thierry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top