Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

23 行
769B

  1. # Remote Shell
  2. You can control a remote system from Collapse OS using the
  3. Remote Shell application at B150. All you need are words that
  4. follow the EMIT and KEY? signatures. Serial lines drivers
  5. provide those words.
  6. To use the remote shell, first plug your words into RSH aliases:
  7. ' FOO> ' rsh> *! ' FOO<? ' rsh<? *!
  8. FOO> being the "EMIT" word and "FOO<?" being the KEY? word.
  9. Then, it's only a matter of running "rsh". This will repeatedly
  10. poll rsh<? and emit whatever is coming from there and at the
  11. same time, poll KEY? and push whatever key you type to rsh>.
  12. You can stop the remote shell by typing any character over 0x7f.
  13. For example, on a TRS-80 4P, the BREAK key yields 0x80 and will
  14. break the loop.
  15. See hw/acia.txt for tips on configuring a serial line.