Changes

Jump to: navigation, search

URTC-8 Universal RTC for Z80 computers

178 bytes added, 11:40, 10 October 2019
/* uRTC.COM */
=== uRTC.COM ===
Download the latest variant that matches your host computer, rename to uRTC.COM and transfer to your computer. ==== Download link CP/M Plus variant ====
Version 0.2 https://drive.google.com/open?id=1biJngbF-HsDswufP4QZSDSKqk6e34a54
Version 0.1 https://drive.google.com/open?id=1Er7WKz09m9ctzeEk3jxSyDXjDc1OzInK
 
==== Superbrain variant ====
 
Versdion 0.2 https://drive.google.com/open?id=1UZq4VTQw32Y4G1tUflGlZpAKdPz19NY9
==== Usage ====
usage: uRTC - show date and time from the RTC clock"
uRTC [[dd/mm/yy] [hh:mm[:ss]]] [-ts|p] [-q] - set RTC day/date/time"
-tp t transfer uRTC date/time to CP/M Plus system clock" -ts transfer uRTC date/time to Superbrain host machine system clock"
-q quiet mode, reports errors only"
A>uRTC
Tue 18 Dec 2018 17:05:13
A>uRTC -tpt
CP/M Plus system time set: Tue 18 Dec 2018 17:05:13
You can combine functions as well; so for example
A>uRTC 19/12/18 -tpt
..would set the day of the week to Wednesday and the date to the 19th Dec 2018 on uRTC's clock, then transfer the new date and current uRTC time to the host computer's system clock.
==== Y2K handling ====
==== Setting the system time automatically on the PCW ====
 
Use the CP/M Plus / PCW version of uRTC.COM.
 
To automatically set the PCW system time, add the following line to the PROFILE.SUB file of the boot disk:
412
edits