Received: from Menudo.UH.EDU by karazm.math.UH.EDU with SMTP id AA29205 (5.65c/IDA-1.4.4 for ); Wed, 23 Oct 1991 19:36:20 -0500 Received: from Moxie.Hou.TX.US by Menudo.UH.EDU with UUCP id AA25965 (5.65c+/IDA-1.4.4 for karazm.math.uh.edu!glove-list); Wed, 23 Oct 1991 19:32:11 -0500 Received: by moxie.hou.tx.us (Smail3.1.19) id ; Wed, 23 Oct 91 19:05 CDT Received: from sunbird.Central.Sun.COM by texsun.Central.Sun.COM (4.1/SMI-4.1) id AA11794; Wed, 23 Oct 91 16:57:02 CDT Received: from tellab5.UUCP by sunbird.Central.Sun.COM (4.1/SMI-4.1-900117) id AA05942; Wed, 23 Oct 91 16:57:00 CDT Received: from sunJe.TELLABS.COM by tellab5.tellabs.com (4.1/smail2.5/10-21-91) id AA15072; Wed, 23 Oct 91 13:42:50 CDT Received: by sunJe.TELLABS.COM (4.0/4.7) id AA02654; Wed, 23 Oct 91 13:42:47 CDT Date: Wed, 23 Oct 91 13:42:47 CDT From: menelli@sunje.tellabs.com (Ron Menelli) Message-Id: <9110231842.AA02654@sunJe.TELLABS.COM> To: glove-list@karazm.math.uh.edu Subject: RE: PG controller board >Given the very experimental tendancy of this group I have a sugestion >for the people designing outboard controller cards. I would love to >have one which I could down load the code to. In my experience, being >able to down load a new version of the controller code, rather than >having to burn another prom is a big win. Especially for those of us >who would have to burn the proms at work then bring them home to work >on. This is another reason that I think that the 68HC811E2 is the way to go. The 2k of onboard EEPROM is more than enough for the current incarnation of the driver software (about 800 bytes now w/deglitching code), and updates would be very easy. >Also, in terms of lower cost, such a system would let someone with >considerably less equipment start experimenting with a controller >card. I haven't looked, but surely we can find a simple monitor for >one of these controllers which will allow down loading? I have written software for the Amiga that allows you to do that. A port should be simple. The HC11 has a bootstrap mode where it loads 256 bytes from the serial port into RAM and then executes it. My program sends a 256 byte program that then executes a program on the HC11 when loads a variable length into the EEPROM. No programming hardware is needed (except a jumper on the board to select bootstrap mode). -Ron Menelli menelli@tellabs.com