// BootLoad.java: bootstrap program for loading code into HC11 // // Fred Martin / computer science / UML // Thu Oct 10 01:22:26 2002 import java.io.*; class BootLoad { private static Serial s; private static File f; public static void main(String[] argv) { setup(argv); // select serial port and init Serial object System.out.println("Using serial port " + s.getPortName()); byte[] buf = ReadRel.read(f); // for (int i=0; i