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 |
|
||||
| Returns | Boolean | ||||
| Usage | Application |

