Class CreateArduino
Represents an operator that creates a connection to an Arduino board using the Firmata protocol.
public class CreateArduino : Source<Arduino>, INamedElement
- Inheritance
-
CreateArduino
- Implements
- Inherited Members
Properties
- BaudRate
Gets or sets the serial baud rate.
- Name
Gets or sets the optional alias for the Arduino board.
- PortName
Gets or sets the name of the serial port used to communicate with the Arduino.
- SamplingInterval
Gets or sets the sampling interval, in milliseconds, between analog and I2C measurements.
Methods
- Generate()
Generates an observable sequence that contains the Firmata connection object.