bool spherebot::connectWithBot(QString portName)
{
    port->setPortName(portName);
    lastLineTransmitted = true;
    return connectWithBot();
}
Exemplo n.º 2
0
bool spherebot::connectWithBot(QString portName)
{
    port->setPortName(portName);
    return connectWithBot();
}