Received: from Menudo.UH.EDU by karazm.math.UH.EDU with SMTP id AA11476 (5.65c/IDA-1.4.4 for ); Mon, 21 Oct 1991 13:18:28 -0500 Received: from Moxie.Hou.TX.US by Menudo.UH.EDU with UUCP id AA14925 (5.65c+/IDA-1.4.4 for karazm.math.uh.edu!glove-list); Mon, 21 Oct 1991 13:14:23 -0500 Received: by moxie.hou.tx.us (Smail3.1.19) id ; Mon, 21 Oct 91 12:41 CDT Received: from sunbird.Central.Sun.COM by texsun.Central.Sun.COM (4.1/SMI-4.1) id AA13973; Mon, 21 Oct 91 12:24:31 CDT Received: from tellab5.UUCP by sunbird.Central.Sun.COM (4.1/SMI-4.1-900117) id AA10756; Mon, 21 Oct 91 12:24:29 CDT Received: from sunJe.TELLABS.COM by tellab5.tellabs.com (4.1/smail2.5/10-21-91) id AA11234; Mon, 21 Oct 91 11:14:59 CDT Received: by sunJe.TELLABS.COM (4.0/4.7) id AA00375; Mon, 21 Oct 91 09:59:22 CDT Date: Mon, 21 Oct 91 09:59:22 CDT From: texsun!sunJe!menelli@Moxie.Hou.TX.US (Ron Menelli) Message-Id: <9110211459.AA00375@sunJe.TELLABS.COM> To: glove-list@karazm.math.uh.edu Subject: 68HC11 Hi-Res in the works With the large amount of code being produced for various platforms, it seems that the microcontroller based approach is no longer being considered... Even so, I have come up with a port of the various IBM PG driver sources (mostly Dave Stampe's code) for the MC68HC11. It works well, but I have not yet added the deglitching/hysterisis code, nor have I done any major fine tuning of the code. It does, however, drive the glove correctly and output the data packet over the serial port at 9600 baud (can be changed to a higher baud rate depending on clock frequency and internal configuration). Taking my cue from the AGE box, there is both a continuous mode that outputs the 6 bytes preceded by an A0 (for lack of any better indicator), and a request mode that produces the most recent set of 6 bytes on demand. As I've noted previously, the code has not had its performance analyzed to any great degree, but I think with some work this could help us out by freeing up more precious CPU time. A minimum setup wouldn't even really cost that much- I just bought an MC68HC811E2P, a version of the HC11 with 2k of EEPROM (more than enough room for the code), for $16.61. The only other major component needed is an RS-232 level shifter for a couple of dollars. So, is anyone interested in this? If so, I'll post the code for everyone to play with - BTW, this does run on the Motorola 68HC11 evaluation board, which some people on this list have indicated they own. Please send me any comments and suggestions, Ron Menelli menelli@tellabs.com