The Neuri boards do not seem to go back to standby mode (sending "Listening... every 200 ms) although we send the command code 0 to the board.
The board seems to be sending data regardless, which also do not ressemble the signal it was sending during active GUI:

In the left part is the signal that gets accumulated in the serial port. When the buffer is emptied, the GUI reads "correct" signals (right part)
As a workaround, we have tried to implement a serial port resetting upon GUIstart but this did not help either:
`with receiver as r:
TO-DO: These functions below do not empty the buffer at the
port as they are supposed to do
r.flush()
r.reset_input_buffer()
r.reset_output_buffer()
sampling...`
The Neuri boards do not seem to go back to standby mode (sending "Listening... every 200 ms) although we send the command code 0 to the board.
The board seems to be sending data regardless, which also do not ressemble the signal it was sending during active GUI:

In the left part is the signal that gets accumulated in the serial port. When the buffer is emptied, the GUI reads "correct" signals (right part)
As a workaround, we have tried to implement a serial port resetting upon GUIstart but this did not help either:
`with receiver as r:
TO-DO: These functions below do not empty the buffer at the
port as they are supposed to do
r.flush()
r.reset_input_buffer()
r.reset_output_buffer()
sampling...`