Модули и библиотеки


PCL4P v3.0 - Personal Communications Library For TP4

Библиотека для работы с последовательными портами с 1 по 4й, причем два из них - одновременно. Приведены паскальные исходники, документация и примеры. Ассемблерных исходников нет, только OBJ файл.
PCL4P is a high speed asynchronous communications library for Turbo Pascal. The PCL features:

  • Interrupt driven receiver.
  • Supports COM1 - COM4 upto 115,200 baud.
  • Allows 2 ports to run concurrently.
  • Complete modem control and status.
  • Written in assembly language for small size & high speed.
  • Included: Full user manual, samples, but no assembler sources

PCL4P v5.1 - Personal Communications Library

Коммуникационная библиотека. Поддерживает порты COM1-COM20 (4 порта одновременно) со скоростью до 115200 бод.
PERSONAL COMMUNICATIONS LIBRARY Ver 5.1 FOR PASCAL. Async comm library supporting COM1-COM20 to 115,200 baud, 4+ ports concurrently, many dumb multiport boards, 16550 UART, interrupt driven, RTS/CTS flow control, any UART address & IRQ. Protected Mode. Supports Turbo & Borland Pascal.

PCX - Small library for PCX

Небольшой модуль для работы с PCX-файлами

PCX - VGIPCX: Модуль для работы с PCX

Данный модуль позволяет читать (выводить на экран) и записывать (с экрана) PCX файлы во всех режимах, на которые есть BGI драйверы.

PCX Kit v1.0

Модуль для работы с PCX файлами и программа для показа файлов на экране. Поддерживаются режимы 640x350x16, 640x480x16, 320x200x256.
This is a collection of tools for displaying PCX files in a Turbo Pascal program, and for extracting images from PCX files for use with the PutImage procedure/function in Turbo Pascal and Turbo C. egavga.bgi required.

PCX Kit v4.0

Модуль для работы с PCX файлами и программа для показа файлов на экране. Поддерживаются режимы ot CGA до SVGA/VESA 1280x1024x256.
PCX Kit - is a set of tools for displaying PCX files in a Turbo/Borland Pascal program, and for extracting images from PCX files for use with the PutImage procedure/function. PCX.PAS no longer uses the Turbo Graph unit; it now does all its own mode-setting and palette-tweaking.

PDir 1.0 - Object Oriented Directory Routines

Object oriented access to directories. The routines in the PDir unit are based almost entirely on the object-oriented extensions in Turbo Pascal 5.5. The user should be familiar with the stream, node and list types found in the Objects unit provided in OOPDEMOS.ARC found on the Turbo 5.5 distribution disks.

Personal Serial Communications Library v6.1

Коммуникационная библиотека для TP6...BP7. Поддерживает COM1...COM20, 300-115200 baud. Имеется подробнейшая документация на английском. Ассемблерные исходники не приведены, однако имеются все необходимые .OBJ файлы.
PCL4P61.ZIP, Mar 23, 1998, Ver 6.1 - Personal Serial Communications Library for Pascal. Real & protected mode DOS. Supports thru

  • 20 to 115200 bauds,
  • 4+ ports concurrently,
  • many dumb multiport boards,
  • 16550, 16650, 16750 UARTs,
  • interrupt driven,
  • RTS/CTS flow control,
  • any UART address and IRQ.
  • Supports Borland Pascal with Objects, and Turbo Pascal 6.0 & up.

Personal Serial Communications Library v6.2

Коммуникационная библиотека для TP6...BP7. Поддерживает COM1...COM20, до 4-х портов одновременно, скорость от 300 до 115200 бод. Имеется подробнейшая документация на английском. Ассемблерные исходники не приведены, однако имеются все необходимые .OBJ файлы.
PCL4P61.ZIP, Mar 23, 1998, Ver 6.1 - Personal Serial Communications Library for Pascal. Real & protected mode DOS. Supports thru

  • 20 to 115200 bauds,
  • 4+ ports concurrently,
  • many dumb multiport boards,
  • 16550, 16650, 16750 UARTs,
  • interrupt driven,
  • RTS/CTS flow control,
  • any UART address and IRQ.
  • Supports Borland Pascal with Objects, and Turbo Pascal 6.0 & up.

Pick File Menu Unit

Простейшая программа, позоляющая организовать меню из списка файлов, найденного по маске с помощью функций FindFirs/FindNext.
PickFile.Pas - A unit that returns a filename selected by the user using the point and shoot method.