Skip to content

Board not set into standby mode upon closing GUI #19

@Helment

Description

@Helment

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:
image
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...`

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions