Связь и Компьютерные сети


Модуль для COM-порта для TP 6.0 (TPU+Sample)

Модуль предназначен для работы с COM-портом и включает в себя драйвер прерывания для IBM-PC. (TPU6.0 only)

Пересылка через IPX

Скомпилированный :( TPU/BP7 модуль для работы с IPX протоколом. + Описание в формате Norton Guide

ASYNC v2.03 - Communication Library

Библиотека для работы с COM портами. Включает в себя коммуникационный модуль, модуль таймера, программу для проверки статуса портов и простой эмулятор терминала.

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.

AVDOOR - Avatar's Generic Door Toolkit

Набор модулей для создания BBS DOOR с поддержкой Fossil, Avatar, Ansi.
AvDoor provides most of the underlying infrastructure needed by almost every online program, including: FOSSIL detection (but will work without one)

  1. ANSI emulation (doesn't need ANSI.SYS installed!)
  2. Local console screen I/O and status line (using only BIOS calls)
  3. BBS interfaces, command-line mode and local operation
  4. Timeout, time used and hangup detection (very important!)
  5. Software registration keys (with registered copies of AvDoor only)

Included: Docs and TPU5.5-6.0 only :(

BBSkit 2.0 - Communications toolkit for Turbo Pascal

Набор модулей (только TPU!) для создания собственной BBS.
Pascal TPU Modules for create a BBS. Included: Docs and TPU6.0-7.0 only :(

BOI 1.20 - BBS Onliner Interface

Набор модулей для разработки BBS Door.
The BBS Onliner Interface is written in Turbo Pascal 5.5, and is designed to allow any programmer to easily write BBS online doors that run under almost every IBM-PC BBS system. This product is ShareWare

BVDoor 1.0 - BBS Door for Virtual Pascal and OS/2

Комплект модулей для разработки BBS Door с помощью Virtual Pascal для OS/2.
BVDOOR v1.0 by BV Compuworks Groups. A NEW PASCAL Door Writing unit for OS/2! BVDoor was made by Virtual Pascal for OS/2. Supports: RA, QBBS, Ezycom and AdeptXBBS or any BBS that can create a Door.Sys or a DorinfoX.Def file. BVDoor is 99.9% compatible with JPDoor v4.1 for easy porting of your new existing or programs. Contains everything to write any kind of door program or your own online game for OS/2! [Release Date: Dec 23/96]

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.