Design
servello.lst
Associated article: Implementing Multiple Computer Communications Links
Tags: Design
_Implementing Multiple Computer Communications Links_
by Mark Servello
[LISTING ONE]
Unit Serial_IO;
{************ Unit Interface Description ***************}
Interface
Type Config_rec = record { contains the configuration info }
{ for serial communication and user}
{ interface }
IRQ : Integer;
Port : Integer;
Data : Integer;
Baud : Integer;
Rate : ...


