LJM Delphi
June 18, 2015
support@labjack.com


The Delphi LJM wrapper interface and examples for the LJM library on Windows.


Requirements:

* Windows
* LJM library:
    http://labjack.com/support/ljm
* Delphi 7 or newer. Older versions are untested.


Contents:

The LJM Delphi wrapper unit, LJMDelphi.pas, can be found in the Wrapper
directory. It provides a Delphi interface to the LJM library. To use in your
application, add the LJMDelphi unit. For example:

uses
  ..., { Other units }
  LJMDelphi in 'DIRECTORY_PATH\LJMDelphi.pas';  

Examples can be found in the Examples directory. Open the dpr project
files/source code in Delphi to compile and run.


Documentation:

LJM library documentation for the functions, procedures and constants in the
LJMDelphi.pas unit can be found here:

    http://labjack.com/support/ljm/users-guide


License:

All source code and software provided in this package are licensed under MIT
X11. See the LICENSE.txt file for details.


Changes:

June 18, 2015
  - Updated LJMDelphi.pas with LJM library v1.8.3 changes
  - Updated I2C example.
 
Dec. 30, 2013
  - Updated LJMDelphi.pas with LJM library v1.2 changes.
  - Added I2C and SPI example.
  - Updated Watchdog examples.

Oct. 17, 2013
  - Updated LJMDelphi.pas with LJM library v1.1.1 changes.
  - Added stream example and updated LJMUtilities.pas.

Sept. 4, 2013
  - Initial release for LJM library v0.2.46.
