Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
/ mtb-lib Public archive

MTB communication library for Windows (dll).

License

Notifications You must be signed in to change notification settings

kmzbrnoI/mtb-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTB v2 communication library


This library is deprecated as MTB v2 was replaced with MTB v4.


MTB library is used to set and get state of MTB v2 modules on model railroad via simple dll interface. It supports MTB-UNI and MTB-TTL modules with firmware 4.1.

This library is used as part of the RCS project.

Installation

Simply download dll file from Releases section. Note: MTB-USB drivers must be installed for this library to load: ftd2xx.dll must be present on a system. MTB-USB dirvers are available in Releases section too. These drivers are unsigned.

Description

  • This library works as a middleman between MTB-USB modules and computer software. Is simplifies communication with the MTB.
  • Implemented in Object Pascal, last compilation and editation in Delphi 2009 32-bit.
  • Is usually exported as .dll file.
  • MTB documentation is availabe somewhere nearby this library. If not, send an e-mail to authors and they will send you the documentation.
  • This library fully supports just MTB-UNI & MTB-TTL modules.

See project wiki for more information.

Authors

This software is distributed as open source under Apache License v2.0.

See <src/MTB.dpr> for further information.