OpenEEG & Baudrate

Come here to discuss about OpenViBE in general!
Post Reply
amin.mahnam
Posts: 9
Joined: Wed Jun 11, 2014 5:56 pm

OpenEEG & Baudrate

Post by amin.mahnam »

Hi
I was wandering if there is a way to detect the baud rate of a system that read the serial port?
Indeed, I have designed an openeeg system with baud rate 19200. I used this system and I could see Data on openvibe-designer. but I have just understand that the baud rate is 57600 in openeeg driver code.
So I think there must be a way to understand the system baud rate using openvibe?
Thank you in advance for any help you can provide.
Regards,

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: OpenEEG & Baudrate

Post by jtlindgren »

Hi Amin,

at the moment the only way to change the baud rate is to change the numeric value in the code and recompile.

In principle it should be easy to make this an user-changeable GUI parameter. I'm not sure about the detection part. The OpenEEG driver is in the contrib/ folder, meaning we can happily accept a patch implementing this feature,
if anybody provides one.


Best,
Jussi

Post Reply