Fossil Support Unit for Turbo-Pascal
Versions 4.0 and 5.0
By Ronen Magid
Copyright (c) 1989 ACL
Tel +972/52/917663
WHAT IS FOSCOM
======================
FosCom is a Turbo-Pascal unit which allows programmers to easily
implement communication routines in their programs, using a Fossil
Driver such as X00,Opus!Com, and BNU.
FosCom includes the Fossil's basic input/output routines, such as
Send, Receive, monitor CD state, Change Dtr state, Write through
BIOS or ANSI driver, Smart hangup (not in Fossil), and more.
This unit was written using information based on the Fossil
Documentation by Rick Moore.
HOW TO INSTALL FOSCOM
==========================
To include the FOSCOM routines in your program, you have to "USE"
the Foscom unit. Define it as followed:
Program Test;
Uses FOSCOM;
after you've done this- all FosCom routines are now ready to work
in your program.
AND FINALLY
================
You may distribute UNMODIFIED copies of this unit to anyone,anywhere
in any way you wish.
If (User=Comments) or (User=Bug_Reports) or (User=Suggestions) then
begin
SendMail to: Ronen Magid
Ben-Gurion 46 St.
Kefar-Sava 44457
Israel.
end;
|