Table of Contents

Class ArduinoConfiguration

Namespace
Bonsai.Arduino
Assembly
Bonsai.Arduino.dll

Represents configuration settings used to initialize a Firmata serial connection.

public class ArduinoConfiguration
Inheritance
ArduinoConfiguration
Inherited Members

Constructors

ArduinoConfiguration()

Initializes a new instance of the ArduinoConfiguration class.

Properties

BaudRate

Gets or sets the serial baud rate.

PortName

Gets or sets the name of the serial port.

SamplingInterval

Gets or sets the sampling interval, in milliseconds, between analog and I2C measurements.