home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / robotics / 1630 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.3 KB  |  30 lines

  1. Newsgroups: comp.robotics
  2. Path: sparky!uunet!snorkelwacker.mit.edu!news.media.mit.edu!fredm
  3. From: fredm@media.mit.edu (Fred G Martin)
  4. Subject: Re: Miniboard 2.0 & NMI F68HC11
  5. Message-ID: <1992Aug26.140433.18849@news.media.mit.edu>
  6. Keywords: Miniboard FORTH
  7. Sender: news@news.media.mit.edu (USENET News System)
  8. Organization: MIT Media Laboratory
  9. References: <1992Aug26.031407.15453@panix.com>
  10. Date: Wed, 26 Aug 1992 14:04:33 GMT
  11. Lines: 17
  12.  
  13. In article <1992Aug26.031407.15453@panix.com> reynolds@panix.com
  14. (Brian Reynolds) writes: 
  15. >Does anyone know if I can drop a New Micros Inc. F68HC11 FN V3.5 FORTH
  16. >based 68HC11 into the miniboard and expect it to work?  The F68HC11
  17. >has 512 bytes EEPROM, 512 bytes RAM and 12KB of ROM (used for
  18. >Max-FORTH).  I have the data sheet and can type in the pin out for the
  19. >chip if that will make any difference.
  20.  
  21. Yeah, it will work.  The pinouts of the two 6811's are exactly
  22. compatible (the Forth chip is 52 pins, right?).  The one problem I
  23. foresee is some weirdness with the serial line (the Mini Board
  24. hardware echoes every character it receives).  You might have to write
  25. your own terminal program to discard these extra characters, because I
  26. think the Forth chip performs its own software-echo of incoming
  27. characters (to display them on your terminal screen).
  28.  
  29.     -Fred
  30.