Question about using app connector
Posted: 16 Sep 2015, 07:37
Dear all
Our group is trying to send control signal information from BCI2000 to Arduino. I have verified that the app connector stream has been sent by BCI2000 by using both the SimpleExample and MATLAB script. The information sent is as follows:
=======================================
Running 1
Recording 1
SourceTime 58636
StimulusTime 58143
TargetCode 0
ResultCode 0
Feedback 0
PauseApplication 0
Signal (0,0) -0.372138
Signal (1,0) 8.01336
========================================
However, the only information I do want to send is the control signal. All the other states are not required to be sent in this project. How should I manipulate this?
Besides, can anyone give me some hint on how to do coding on the receiving end (Arduino) in terms of reading from the port? If the sent info is in the form of 'Signal (1,0) 8.01336', how should the receive end do the coding to read it?
Thanks in advance!
xtwang
Our group is trying to send control signal information from BCI2000 to Arduino. I have verified that the app connector stream has been sent by BCI2000 by using both the SimpleExample and MATLAB script. The information sent is as follows:
=======================================
Running 1
Recording 1
SourceTime 58636
StimulusTime 58143
TargetCode 0
ResultCode 0
Feedback 0
PauseApplication 0
Signal (0,0) -0.372138
Signal (1,0) 8.01336
========================================
However, the only information I do want to send is the control signal. All the other states are not required to be sent in this project. How should I manipulate this?
Besides, can anyone give me some hint on how to do coding on the receiving end (Arduino) in terms of reading from the port? If the sent info is in the form of 'Signal (1,0) 8.01336', how should the receive end do the coding to read it?
Thanks in advance!
xtwang