Mirror of CollapseOS
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

23 wiersze
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.