Libraries \ FirmataOpenframeworks

Reference for Wiring version 1.0 Build 0100+ If you have a previous version, use the reference included with your software. If see any errors or have any comments, let us know.

Class

ofWiring

Name

connect()

Examples
void testApp::setup(){
	wiring.connect("COM2", 57600);
}
Description Starts the communication with the I/O board. Note: The firmata protocole have a minimum rate of 57600 bauds.
Syntax
connect(port,rate)
Parameters
port string: the name of the port.
rate The rate of the connection. For the Firmata Protocol the rate is 56700 bauds.
Returns Boolean
Usage Application
Updated on July 07, 2011 11:09:59pm PDT

Creative Commons License