Page 1 of 1

What kind of api is being read into the computer?

Posted: Tue Mar 25, 2014 8:16 am
by hunkeelin
Hi,

I am trying to use C to analysis some EEG data. I would like to know what kind of api is being read into the computer when i run your products?

Re: What kind of api is being read into the computer?

Posted: Tue Mar 25, 2014 12:39 pm
by Coen
For off-line analysis of data in BDF files, see http://www.biosemi.com/faq/file_format.htm and http://www.teuniz.net/edflib/ .

For on-line analysis of incoming ActiveTwo data, see http://www.biosemi.com/faq/make_own_acq ... ftware.htm and viewtopic.php?f=7&t=601 .

Best regards, Coen (BioSemi)

Re: What kind of api is being read into the computer?

Posted: Tue Mar 25, 2014 10:41 pm
by hunkeelin
I am using ubuntu 13.1 for developing. I followed the website's instruction and successfully installed everything http://neuro.debian.net/install_pkg.html?p=biosig-tools.

I would like to know what is the name of .lib and .h file that I need to include in my program in order to call the functions such as OPEN_DRIVER_ASYNC, USB_WRITE, READ_MULTIPLE_SWEEPS and etc...?

Re: What kind of api is being read into the computer?

Posted: Wed Mar 26, 2014 3:44 am
by pmac
Hunkeelin,

For includes, have a look at the code file "labview_dll_synctest.cpp" in the
BioSemi Linux driver download package. I think you need to include only "labview_dll.h",
which is in the download.

For linking, look at what is done for "Labview_DLL_SyncTest" in "Makefile", also in
the download.

Paul