LisaTerminal with Linux/UNIX(Mac)

ID: 118184

Description:

Steps:

  1. In Terminal type: sudo apt-get install screen
  2. sudo screen /dev/ttyUSB0 9600
  3. Press ⌃A ⇧ : (at the same time). Once you see a : prompt at the bottom of the screen type
  4. exec ::: /sbin/agetty -L -n 9600 ttyUSB0 vt100
  5. Press return a few times on the Lisa keyboard and the login prompt should appear.
  6. Step image
  7. Type: ls /dev/cu.*
  8. Copy the result that mentions USB
  9. Then type the following replacing serial with the previous result: screen /dev/serial 9600
  10. Press ⌃A ⇧:
  11. When the : prompt appears type
  12. exec ::: /usr/libexec/getty std.9600
  13. Step image
  14. Open LisaTerminal and set the settings to baud rate 9600 and set serial port to A.
  15. Plug the serial cable into serial port A.
  16. In MacWorks Plus and Macintosh System 6, the application Mac240 supports graphics and is generally fantastic for this type of connection.
  17. Mac240 can be acquired from Macintosh Garden.
  18. This was done so I could use mutt for email and w3m for web browsing
  19. mpg123 is great for music if your connected computer has speakers.
  20. Step image
Back