Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Driver->Interface->Serial - Serial Driver.
Serial
procedure init();
function receive(PORT : uint16; timeout : uint32) : uint8;
function send(PORT : uint16; data : uint8; timeout : uint32) : boolean;
function sendString(str : pchar) : boolean;
COM1 = $3F8;
COM2 = $2F8;
COM3 = $3E8;
COM4 = $2E8;