home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / oberon / tool / terminal.tool (.txt) < prev    next >
Oberon Text  |  1977-12-31  |  909b  |  17 lines

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10i.Scn.Fnt
  5. LineElems
  6. Alloc
  7. V24.Open    Open Serial Device
  8. Terminal.Open V24 Courier12.Scn.Fnt ~    Open Terminal
  9. Terminal.Reset    Reset Terminal
  10. Sessions.Send at 13 ~    Send Characters
  11. Terminal.Stop *    Stop Terminal
  12. V24.Break    Close Serial Device
  13. VT100 Terminal emulation :
  14. First, open the serial device and than the terminal, giving the name of the display font and the used device (only V24 at the Amiga).
  15. Then, start the terminal process, giving terminal parameters.
  16. AMIGA remark: It is not possible to set parameters of the Serial Device from O4A. You have to use the WB prefs-tool Serial to change the parameters befor you start the terminal.
  17.