public void sendComandOPC(string comand, string data) { Bottle temp = new Bottle(); temp.fromString(comand + " ("+data+")"); outPort.write(temp); }