Коммуникация


ASYNC12 - Interrupt-driven asyncronous communication

Коммуникационный модуль для работы с COM портами. Поддерживает до 4х портов одновременно и скорость до 115200 бод.
ASYNC v1.2 - Turbo Pascal communication UNIT that will fully implement interrupt-driven serial communications on a fully PC-compatible computer (those machines that use the 8250 or equivalent UART mapped at the standard addresses). Full simultaneous buffering for both input and output with variable buffer sizes for each port is provided. Unlike many other libraries of a similar nature, up to 4 ports may be active simultaneously (easily modified for more)

Async4u - Communication Unit for TP4

Модификация коммуникационной библиотеки ASYNC в виде модуля для TP4.
This is a faithful translation of the famous ASYNC.INC by Michael Quinlan into a Turbo 4.0 unit. No extra frills, no modification of types, nothing fancy.

Com v3.0 - Communication Unit and Terminal

Модуль для работы с последовательными портами (до 2х портов одновременно) со скоростью до 115200 бод. В качестве примера приведена программа эмуляции терминала.
The unit COM.PAS enables serial IO from any Turbo Pascal program using interrupts supporting baudrates upto 115200 baud. It can address two COM ports at the same time, where each port can be set individually. So you could use it for baudrate conversions.

DTR Control Unit and Hangup Routine

Модуль TP6.0 для управления сигналом DTR (Data Terminal Ready) модема плюс две утилиты для работы с DTR.
A Turbo Pascal 6.0 unit for DTR control plus a little utility to drop or raise DTR plus a utility that will hang up the modem, by dropping the DTR.

EtAsync V.1.06 - Communication Unit for 8 Serial Por

Коммуникационный модуль, поддерживающий до 8 портов до 115200 бод. A serial unit that supports up to 8 serial ports.

FosCom 1.0 - Fossil Support Unit for TP 4.0/5.0

Модуль для TP4/5 для работы с последовательным портом через Fossil драйвер.
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.

FOSSIL Rev 5 Interface Library v1.20

Интерфейсная библиотека для работы с Fossil - драйвером Rev 5.0. Написано полностью на ассемблере, подключается к программам как на Паскале, так и на С.
The source and objects contained in this archive are a simple FOSSIL interface library for any full Revision 5 specification FOSSIL driver implimentation for MS-DOS on an 8088 through 80386. It is small and compact, having been written in assembly using large model, pascal style calling conventions. It may therefore be used with any brand of C, Pascal, Modular 2 or other high level language supporting MicroSoft object file format interfacing.

Fossil Wizard Unit v1.0

Модуль для поддержки работы с фоссил-драйвером. Поддерживает скорость до 38400 бод.
This program provides an easy interface to access the routines provided by a fossil driver.

LiteComm-TP - Communication toolkit for TP5.5

Библиотека для работы с последовательными портами для TP5.5. Поддерживает работу с несколькими портами через прерывания. Приведены примеры, документация и TPU-шки для TP5.5. Исходника нет.
The LiteComm-TP Toolbox(Tm) v5.5 is a set of powerful routines for the PC's asynchronous communications ports. Supports fully interrupt-driven and buffered communications on COM1 through COM4 simultaneously. Samples, Docs and TPU5.5 only :( included

Modem Communication Units for BP7

Объектно-ориентированные модули для работы с модемом, поддерживающие Fossil и UART.