home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / KAYPRO / DUALPORT.LBR / DUALPORT.DZC / DUALPORT.DOC
Text File  |  2000-06-30  |  3KB  |  57 lines

  1. DUALPORT.DOC
  2.  
  3.                  Using Kaypro's to demo software
  4.                         02/22/84  D. Berg
  5.  
  6.      Recently  I was asked if there was a way to set up  multiple 
  7. displays using Kaypro computers at the user group meetings.   One 
  8. computer  was to run a software demo and the other units were  to 
  9. simply display a copy of what was on the main unit.  After giving 
  10. the problem a little thought this is what I came up with.
  11.  
  12.      First  a program would be needed in the main "demo" unit  to 
  13. catch  the  characters going to the screen and pass them  to  the 
  14. serial  port  where the remote displays could  read  them.   This 
  15. program would need to fit in the machine in a manner such that it 
  16. would  not  interfere  with normal operations - but  would  catch 
  17. everything going to the screen.   Then a cable(s) would be needed 
  18. to connect the main unit with the display units.  And finally the 
  19. display  units would need to have a terminal program  running  in  
  20. them - like TERM.COM.
  21.  
  22.      Operating  procedures  for the setup above are  as  follows:  
  23. The  computers are set-up and connected with the cable (described 
  24. later).   The  baud rate would be set to 9600 baud and  the  TERM 
  25. program run.   These units will now function as display monitors.  
  26. The  main-demo unit is booted and the DUALPORT program  run.   It 
  27. sets  the unit to 9600 baud and patches the I/O to go to both the 
  28. screen and the serial port.  DUALPORT will remain in effect until 
  29. the system is powered off or the reset button is pressed.  CTRL-C 
  30. will not affect the operation however.
  31.  
  32.      The cable needed in this setup is simple requiring only  two 
  33. wires  be hooked up between the units.   Refering to the  diagram 
  34. below  the HOST unit is the main demo unit and the REMOTE unit is 
  35. the  display units.   Multiple display units can be connected  in 
  36. parallel  qith each other.   There is a limit to the number  that 
  37. will work but it should handle up to 6 units.   On all connectors 
  38. pins 5,  6,  and 8 are connected together on that connector only.  
  39. Pin 7 of all connectors are connected together in parallel.   Pin 
  40. 2 of the HOST connector is connected to all pin 3's of the remote 
  41. connectors.   This  forms a one-way communications link from  the 
  42. HOST to all the REMOTE units.
  43.  
  44.           HOST                           REMOTE
  45.         --------                        --------
  46.            1                                1
  47.            2--------------+                 2
  48.            3              +---------+-------3
  49.            4                        !       4
  50.        *---5                        !       5---*
  51.        *---6                        !       6---*
  52.        !   7--------------------+-- ! ------7   !
  53.        *---8                    !   !       8---*
  54.                                 V   V
  55.                             To other REMOTE
  56.                             display units.
  57.