Unit serial

Uses
Classes, Interfaces, Objects and Records
Types
Variables

Description

Driver->Interface->Serial - Serial Driver.

Overview

Functions and Procedures

procedure init();
function receive(PORT : uint16; timeout : uint32) : uint8;
function send(PORT : uint16; data : uint8; timeout : uint32) : boolean;
function sendString(str : pchar) : boolean;
function sendHex(i : uint32) : boolean;
procedure soutb(port : uint16; val : uint8);
function sinb(port : uint16) : uint8;

Constants

COM1 = $3F8;
COM2 = $2F8;
COM3 = $3E8;
COM4 = $2E8;

Description

Functions and Procedures

procedure init();
 
function receive(PORT : uint16; timeout : uint32) : uint8;
 
function send(PORT : uint16; data : uint8; timeout : uint32) : boolean;
 
function sendString(str : pchar) : boolean;
 
function sendHex(i : uint32) : boolean;
 
procedure soutb(port : uint16; val : uint8);
 
function sinb(port : uint16) : uint8;
 

Constants

COM1 = $3F8;
 
COM2 = $2F8;
 
COM3 = $3E8;
 
COM4 = $2E8;
 

Author


Generated by PasDoc 0.16.0.