MillikeySerialButtonGroup

To import MillikeySerialButtonGroup, you can either use: `python from psychopy_labhackers.millikey import MillikeySerialButtonGroup ` or, any time after psychopy.plugins.activatePlugins has been called: `python from psychopy.hardware import MillikeySerialButtonGroup `

class psychopy_labhackers.millikey.MillikeySerialButtonGroup(port=None, channels=8)[source]
dispatchMessages()[source]

Method to dispatch messages from the device to any nodes or listeners attached.

static getAvailableDevices()[source]

Get all available devices of this type.

Returns:

List of dictionaries containing the parameters needed to initialise each device.

Return type:

list[dict]


Back to top