home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / archives / amethyst / 8203-1.txt < prev    next >
Encoding:
Text File  |  1988-02-09  |  2.4 KB  |  61 lines

  1. 21-Mar-82 19:24:00,502;000000000000
  2. Date: 21 March 1982 21:24-EST
  3. From: Frank J. Wancho <FJW at MIT-MC>
  4. Subject:  [klotz: forwarded]
  5. To: AMETHYST-USERS at MIT-MC
  6.  
  7. Date: 03/21/82 20:08:47
  8. From: klotz at AI
  9.  
  10. We have a Videx 80-col card and a KBD-enhancer card for our Apple II.
  11. It seems that the 80-col card is eating ^A and ^K and using them for
  12. its own purposes.  Can anybody help?  Maybe we could fix it by making
  13. the input routine not go through the videx card.  Anybody know how
  14. this is normally fixed?
  15.  
  16. Thanks,
  17. Leigh.
  18. 30-Mar-82 16:46:00,1082;000000000000
  19. Date: 30 March 1982 18:46-EST
  20. From: Glenn A. Iba <GAI at MIT-AI>
  21. Subject: Configuring Mince for Apple CPM with Videx Videoterm
  22. To: AMETHYST-USERS at MIT-AI, INFO-APPLE at MIT-AI
  23. cc: GAI at MIT-AI
  24.  
  25. Now that I got my Softcard working properly I set out to configure
  26. my MINCE system, but I had a real rough time trying to define
  27. a new terminal type for the videx 80 column board. Then I decided
  28. to try out each of the standard terminal types offered, and what do
  29. you know, but 2 of them seemed to work perfectly!! The two were:
  30. the SOROC IQ120 and the ADM31 (not the ADM3A). What I'm wondering
  31. is:
  32.    1. Are there any differences between these two (particularly
  33. effeciency) that would recommend one over the other?
  34.    2. Are there any hidden incompatibilities between either of these
  35. terminal types and the videx videoterm?
  36.    3. What was I doing wrong when I tried to specify new terminal
  37. type (I copied the character sequences right out of the videx manual)??
  38. Alternatively, what are the sequences used by Mince when either of 
  39. those terminal types is selected?
  40. 30-Mar-82 23:43:00,833;000000000000
  41. Date: 31 March 1982 01:43-EST
  42. From: William E. Blue <BLUE at MIT-MC>
  43. Subject:  Configuring Mince for Apple CPM with Videx Videoterm
  44. To: GAI at MIT-AI
  45. cc: AMETHYST-USERS at MIT-AI
  46.  
  47. The only reason the selection of IQ-120 works on your Videx is because
  48. the emulation table (set up by CONFIGIO.BAS) is already converting from
  49. SOROC to DATAMEDIA (the Videx).  There is actually no similarity between
  50. actual Soroc codes and those of the Videx.
  51.  
  52. If you were to NUL out the emulation table, you could then install the
  53. exact Videx codes and expect them to work..  There would be no real
  54. advantage to doing this that I know of except possibly a small improvement
  55. in display speed.
  56.  
  57. There are, I believe, some minor differences in the handling of inverse
  58. between the Soroc and Datamedia, but I can't be specific.
  59.  
  60.         --Bill
  61.