Header included:
- eGateHighSpeedPort.h

Sourcecode + compilation, to call DLL in Matlab
- read_exact.c
- read_exact.mexw64

Example GUI to call read_exact.mexw64
- HSP_ReadBuffer.m
- HSP_ReadBuffer.fig

To start the GUI, copy all files into a folder, switch to this folder in Matlab and type
"HSP_ReadBuffer" in the command window.

To rebuild the read_exact.mexw64 (if read_exact.c was modified) you have to type
"mex read_exact.c" in the command window (compiler needs to be available and selected!)