Real time clock access

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Antoni
Veteran
Posts: 132
Joined: Wed Jun 15, 2005 3:01 pm
Contact:

Post by Antoni »

Seb:
You should get Ralf Brown's Interrupt list. Most of the calls and ports you need are documented there.
http://www.ctyme.com/rbrown.htm
User avatar
SebMcClouth
Veteran
Posts: 240
Joined: Fri Apr 29, 2005 2:20 am
Location: Inside the Matrix

Post by SebMcClouth »

Actually I already found what I needed, it's the same way linux calls it.

but thx

grtz
Seb
I know why you're here. I know what you've been doing... why you hardly sleep, why you live alone, and why night after night, you sit by your computer...<br>
Unfortunately, no one can be told what Qbinux is. You have to see it for yourself.
Seb McClouth

Post by Seb McClouth »

Can the RTC be adjusted or should it be done through

Code: Select all

SHELL "TIME xx:xx" 
and

Code: Select all

 SHELL "DATE xx-xx-xxxx"
.

grtz
Seb
Post Reply