Applications



.C Files


These three files are needed for my article in Nuts and Volts "Using Two Microprocessors on one Robot"
  • Network1.c

  • Network2.c

  • Network.asm



  • SCIRec.zip - All the needed files for my Nuts and Volts article "Building an HC11 Serial Recorder".

  • BitTest.C - Tests a bit for a HIGH or LOW...Instructions & examples included in the C file.

  • SCI.C - Has procedures for using the SCI on an HC11... Instructions & examples included in the C file.

  • ITOA.C - Converts a number into a string...Instructions & examples included in the C file.

  • ADShow.C - A file that prints out the value of an AD input to the SCI to be viewed by a terminal editor...Instructions & examples included in the C file.