Difference between revisions of "Interacting with NIC"

From Neuroelectric's Wiki
Jump to: navigation, search
(Sending Markers to NIC from other software or hardware)
(Receiving data streams from NIC using TCP/IP)
Line 12: Line 12:
 
<!-- talk about TTL hardware triggering -->
 
<!-- talk about TTL hardware triggering -->
  
== Receiving data streams from NIC using TCP/IP ==  
+
== Receiving data streams from NIC using TCP/IP ==
 
+
<!-- talk about port to connect using TCP/IP-->
 +
<!-- talk about data format -->
 +
<!-- provide examples on how to parse the data to integers -->
 +
<!-- talk about receiving the data stream using the LSL -->
  
 
==  Controlling NIC with Matlab: the MatNIC toolkit ==
 
==  Controlling NIC with Matlab: the MatNIC toolkit ==

Revision as of 15:22, 25 October 2013

In this page we describe how you can interact with NIC (Neuroelectrics Instrument Controller, the software for control with NE devices) using other software.

About Synchronization: general principles

Sending Markers to NIC from other software or hardware

Receiving data streams from NIC using TCP/IP

Controlling NIC with Matlab: the MatNIC toolkit