Bpod

Bpod()

Description

Initializes Bpod and creates a global object representing the Bpod device ("BpodSystem") in the base workspace.

  • The function automatically searches all available serial ports and finds Bpod if one is connected.

  • It then creates a BpodSystem object with many fields. Documentation of useful fields is available on the Function reference page.

Syntax

Bpod(SerialPort)

Parameters

    • SerialPort: The optional serial port string (i.e. 'COM3' for PC, '/dev/ttySXXX' for Unix). If no string is specified, an auto-detect algorithm will try to find the correct port.

Returns

None

Example

Bpod;