Skip to content

Latest commit

 

History

History
105 lines (95 loc) · 2.46 KB

README.md

File metadata and controls

105 lines (95 loc) · 2.46 KB

HCS II

This is a place holder for the Circuit Cellar HCS II, home automation system created by Steve Ciarcia (Circuit Cellar)

This super project consists of the Z180 assembly language code of the SC. The C code for the Host and Compile. The Java code for the JHost application and the various C and Assembler code for the comm-links.

History

Host.exe is for PCDOS or MSDOS. May run on FreeDOS.

SC

Supervisory Controller

Host

Comm-links

XPRESS

Compile

License

Multiple

Todo

  • Add all the subprojects to this Super Project

hcs_ii - proposed directory structure

/hcs.sourceforge.net/htdocs/src
├── t
│   ├── network
│   ├── lcdlink
│   ├── sartlink
│   ├── LCD-ii
│   ├── mcirlink
│   ├── pllink
│   ├── dio
│   ├── adioplus
│   ├── irlink
│   ├── adio
│   ├── common
│   ├── direct
│   ├── vidlink
│   ├── micro-c
│   │   ├── utils
│   │   ├── libfns
│   │   ├── extend
│   │   ├── runtime
├── sc
│   ├── V3.60a
│   │   ├── Host
│   │   ├── Compile
│   │   ├── xpress
│   ├── V3.02
│   │   ├── Floppy
│   │   ├── xpress
│   ├── V2.11
│   ├── V2.00
│   ├── V3.62
│   │   ├── Floppy Image
│   ├── V3.01
│   ├── V3.61
│   ├── V3.5x
│   │   ├── 3.51
│   │   ├── 3.50
│   ├── V3.62a
│   │   ├── xpress
│   │   ├── Floppy Image
│   ├── V3.63
│   │   ├── xpress
│   │   ├── Floppy Image
│   ├── V3.64
│   │   ├── SS2000
│   │   ├── Floppy
│   │   ├── Eprom
│   ├── V4.01
│   │   ├── Floppy
│   │   ├── EPROM
│   ├── V4.00
│   │   ├── xpress
│   │   ├── Floppy Image
├── comm-link
│   ├── ccc
│   │   ├── minilink
│   │   ├── minidio
│   │   ├── picdio
│   │   ├── statlink
│   │   ├── piclcd
│   │   ├── pictv
│   ├── lcdlink
│   ├── sartlink
│   ├── adiolink
│   ├── mcirlink
│   ├── pllink
│   ├── VIDLINK
│   ├── hcsvoice
│   ├── adioplus
│   ├── irlink
│   ├── hcsdtmf
│   ├── lcd2link
│   ├── diolink
├── host
├── jhost
├── articles