Symphony-DAS / symphony-matlab

Symphony Data Acquisition System
http://symphony-das.github.io
MIT License
19 stars 5 forks source link

Reading data from Serial port? #51

Open ut33 opened 3 years ago

ut33 commented 3 years ago

Hi, Can I acquire data from serial port? I have a PCB board that uses the Intan RHD 2132 chip. The board has 32 channels and a sampling rate of 1000 samples per a second, so it returns 32 data points every millisecond. The board interfaces with the computer with USB SPI. Can I acquire the data from my custom PCB in with Symphony?

cafarm commented 3 years ago

Symphony only supports National Instruments DAQ Devices and HEKA (InstruTECH) ITC-16, ITC-18, and ITC-1600 DAQ Devices at the moment. To support your custom PCB, a new DAQController implementation would need to be written in C#.