This site is the personal blog and project repository of George Farris.

If you are looking for the old Cowichan Valley Linux Users Group, check the side navigation. This site contains links to various projects that I either created or contribute to.

You will also find my Github page and Youtube channel here. Contact: cwg@cowlug.org


Latest News

Hue Commander

Posted on: January 4, 2016, in AllHeathkit H8Python

I have released a Linux console, python utility, called "huecmdr.py". You can use it to test various aspects of the Philips HUE lighting system. It runs great in any X terminal as well.

It has the following features:
  • Authenticate your computer with the bridge
  • Ask the bridge to search for newly purchased bulbs
  • List all the bulbs known to the bridge
  • Select a bulb for testing
    • Test various values of
    • RGB colours
    • Colour temperature
    • Hue and Saturation
    • Brightness

This utility is a great way of selecting a value to use in your Pytomation Instance file. You can find the Source on the Pytomation github site.



H19term

Posted on: January 4, 2015, in AllHeathkit H8Python

H19term aims to provide close to 100 percent software emulation of the Heathkit H19, also known as Zenith Z19, hardware video terminal.

It currently has the following features:

  • Software bell – User configurable sound
  • Heath mode
  • Ansi mode
  • Supports 25th line.
  • Support all graphics characters.
  • Custom font files for the Linux console, includes Raspberry Pi
  • Serial Port logging.
  • Help files available for ascii characters, CP/M quick help and user manual.
  • Easily configurable in .h19termrc file
  • Colour changing mode for Amber and Green or other colours.
  • Help files directly inside h19term.

Requirements

H19term is written in Python version 2.7. It won’t run in Python 3.x without some modifications.

You will also require the Pyserial package. The Pyserial home page is here if you want more information about it. You can install it with your standard package manager

Download

Download the h19term tarball and follow the instructions in the README file.

The github page is https://github.com/horga83/h19term

Installation

See the h19-readme.txt file or go to the github page and scroll down.

As noted before Python should already be installed in most Linux distributions.

Videos

Inital Release. Release V1.2

 



DD for CP/M

Posted on: March 1, 2012, in AllHeathkit H8

DD.COM – CP/M Disk dump

DD.COM is a floppy imaging program for CP/M. It is modelled after the UNIX utility dd. It allows one to make a floppy disk image from an H8D file or to dump the floppy disk to an H8D image.

How it works.

Disk dump for CP/M – Version 1.2 – 2012/01/13…

dd currently only works for reading and writing H8D CP/M disk images to and from an H17, 100k, hard sector diskette drive.

Usage:
dd – Prints out the help.
dd map – Prints a map of your disk drives – must have floppy inserted.
dd if=<file|drive|port> of=<drive|file|port> – copies images.

Example:
dd if=e: of=cpmboot.h8d – Makes image from E: drive called cpmboot.h8d
dd if=mydisk.h8d of=d: – Images D: drive from file mydisk.h8d
dd if=ttys1: of=d: – Images D: drive from serial port using h8clxfer or H89LDR9.

Downloads

You can download the BDS C source code and the compiled, ready to run versions of DD.COM here.
DD.COM version 1.2DD-1-2.C Source

Older versions

DD.COM version 1.1 DD-1-1.C Source

Versions

1.0 – 2012/01/01
– Initial version

1.1 – 2012/01/06
– Dig drive letter out of filename so it uses the the correct drive when doing a bisoh(SELDSK).
– Add version and date to help.
– Add drive type to map display.

1.2 – 2012/01/13
– Added serial port support which can be used with Dwight’s H89LDR program or h8trans/h8clxfer.

Other Information

Error checking is a little weak yet but I’m working on it, for example, it fails if a diskette isn’t inserted in the drive. The program is written in BDS C so it is easy to extend. I will be adding the ability to work with H89LDR so one can use the serial port from a PC as well.

I have only tested this with the following configuration so if it doesn’t work for you send me a bug report and I’ll fix it. H8 with IDE hard drives A-D and H17 floppy drive E:

Just remember you MUST have a formatted floppy inserted in the drive before you copy.