How to connect a Cyton board to a Raspberry Pi to use it as a mobile ECG device?

1. Connection options for the cable version params = BrainFlowInputParams() params.serial_port = “COM3” board = BoardShim(BoardIds.CYTON_BOARD, params) https://brainflow.readthedocs.io/en/stable/SupportedBoards.html#cyton https://brainflow.readthedocs.io/en/stable/Examples.html But we do not know of anybody who uses the OpenBCI GUI with a cable connection. We did not find any information about that BrainFlow works over a cable as well. 2. Connection options for the …