C++ (Qt)QSerialPort serialPort(QString("")); if (!serialPort.open(QSerialPort::ReadWrite)) qDebug() << serialPort.error() << serialPort.errorString();
C++ (Qt)qDebug() << serialPort.error() << serialPort.errorString().toUtf8().data();
C++ (Qt)while(!asleep()) sheep++;