PC Power-ON Wake-up from Clock BIOS

  • Thread starter Thread starter TA.forum
  • Start date Start date
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
 
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
 
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
 
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
 
Hi,

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