This repository contains roc4senstest source code. roc4senstest is a software to operate a ROC4SENS chip using a DTB. The procedures to build and execute the software are explained below.
The DTB uses a FTDI chip for USB communications. The FTDI D2XX drivers are needed to compile the software. The drivers are available at:
http://www.ftdichip.com/Drivers/D2XX.htm\
In addition, ROOT libraries and libusb headers are required.
To build to software, change to the its directory and run:
make
If build is successful, the executable is created in the bin
directory.
Run the following command to execute the software:
bin/r4stest [LogFileName]
Type help
for a list of available commands.