User Manual
Kapsch TrafficCom AG
Page 58 of 58
Installation Manual | SRU-8100 RFID Reader 18000-63
Doc No. 47000001169 | Version 01 | 2014-11-03 | released
47000001169-Ins-01
8 Building host applications by using the API
8.1 Preparation
The examples have been tested on Windows 7 and Debian 6.0. Before the programs are compiled, the
environment must be adapted. Copy the folder / AP and / RFIDDemoApp in your user directory.
Note: The example is based on the connection parameters from the factory default settings of the IO cards.
This may need to be adapted.
The necessary libraries for the programs can either be stored in the respective program folder or the default
library folder of the operating system.
8.2 Using the examples with Windows
The C #, C + + and VB.Net folder containing the example programs and project files for Visual Studio 2010
based on the ReaderDllDotNet. Download the appropriate project file and compile the program.
8.3 Using the examples with Linux on a PC
The program is built in the / RFIDDemoApp / Linux by using the command make. If the compiler finds all the
necessary data, the program Console Linux demo is created in the same folder.
The library LibReaderLib.so is need and available in /API/Linux. Use the root userto copy this file to the
/urs/lib or leave in it the folder containing the source code files.