Changes
Updated in line with actual tested software.
== Project status ==
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /mnt/cpcwiki-httpdocs/includes/diff/DairikiDiff.php on line 434
As of this time (
== Downloads ==
Along with the device itself, there are is downloadable utilities:utility.* uRTC.COM allows the user to set and get the time on the RTC chip.* uRTCTX.com transfers , and transfer the time and date to the host computersystem's operating system (normally CP/M)RTC. If you have uIDE-8 installed, add * There will be a call to this program to your PROFILEversion of uRTC.SUB and locate COM for each supported host computer, because transferring the program on an IDE partition so it loads RTC datetime to the computer is different in each case, and runs fasterthe base I/O address may differ.
=== uRTC.COM ===
Use to set or display the time and date on uRTC-8, or transfer it to the host computer.
usage: uRTC [-t] [-q] - show date and time from the RTC clock" uRTC [[day] [dd/mm/yy] [hh:mm[:ss]]] [-b ADDRt] [-q]"
set RTC day/date/time"
-b ADDR specify alternative t transfer uRTC base Idate/O registertime to system clock" (default is A0) -q quiet mode, reports errors only"
The following examples should illustrate its use:
A>uRTC
Tue 18 Dec 2018 17:05:13
A>uRTC -t
Host RTC time set: Tue 18 Dec 2018 17:05:13
== Technical info ==
Of particular interest are the 16 registers:
RTCBASE .equ 0A0h 0B0h ; Default uRTC base I/O address(Superbrain version)
rtc1sec .db RTCBASE+00h ; 1 second digit
rtc10sec .db RTCBASE+01h ; 10 second digit