[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  procedure fos_ansi_       (character : char);
  function  fos_atcmd_      (comport_  : byte;  command_: string): boolean;
  function  fos_avail_      (comport_  : byte): boolean;
  procedure fos_bios_       (character : char);
  function  fos_cd_         (comport_  : byte): boolean;
  function  fos_checkmodem_ (comport_  : byte): boolean;
  procedure fos_clear_regs_;
  procedure fos_close_      (comport_  : byte);
  procedure fos_dtr_        (comport_  : byte;  state: boolean);
  function  fos_empty_      (comport_  : byte): boolean;
  procedure fos_flow_       (comport_  : byte;  state: boolean);
  procedure fos_flush_      (comport_  : byte);
  function  fos_hangup_     (comport_  : byte): boolean;
  function  fos_init_       (comport_  : byte): boolean;
  procedure fos_kill_out_   (comport_  : byte);
  procedure fos_kill_in_    (comport_  : byte);
  function  fos_oktosend_   (comport_  : byte): boolean;
  procedure fos_parms_      (comport_  : byte;  baud: integer; databits: byte;
                                                parity: char;   stopbit: byte);
  function  fos_present_    (comport_  : byte): boolean;
  procedure fos_reboot_;
  function  fos_receive_    (comport_  : byte): char;
  procedure fos_string_     (comport_  : byte;  outstring: string);
  procedure fos_stringcrlf_ (comport_  : byte;  outstring: string);
  procedure fos_watchdog_   (comport_  : byte;  state: boolean);
  procedure fos_write_      (comport_  : byte;  character: char);
  function  fos_name_(comport: byte) : string;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson