open_serialCommand to initialize the serial port which is connected to ArduinoCalling Sequence
res=open_serial(nHandle, nPort,baudrate)
ParametersnHandle : Board number, reserved for future use. For this version, any number would donPort : Com port in which the Arduino is connected tobaudrate : baudrate for the serial comminicationres : 0 if the connection is successful, else the connection failDescription
To connect to the Arduino board. To check the port number, do to the device manager or check it from the Arduino software
ExamplesSee alsoclose_serialAuthorsBruno JOFRET