open_serial Command to initialize the serial port which is connected to Arduino Calling Sequence res=open_serial(nHandle, nPort,baudrate) Parameters nHandle : Board number, reserved for future use. For this version, any number would do nPort : Com port in which the Arduino is connected to baudrate : baudrate for the serial comminication res : 0 if the connection is successful, else the connection fail Description To connect to the Arduino board. To check the port number, do to the device manager or check it from the Arduino software Examples See also close_serial Authors Bruno JOFRET