Searched refs:SerialPort (Results 1 – 10 of 10) sorted by relevance
4 Subject: [PATCH] SerialPort.cpp: don't use high baudrates when not available18 SerialPort.cpp: In member function 'int LibSerial::SerialPort::Implementation::GetBitRate(const Lib…19 SerialPort.cpp:1226:14: error: 'BAUD_2000000' is not a member of 'LibSerial::BaudRate'28 src/SerialPort.cpp | 2 ++31 diff --git a/src/SerialPort.cpp b/src/SerialPort.cpp33 --- a/src/SerialPort.cpp34 +++ b/src/SerialPort.cpp
4 Subject: [PATCH] SerialPort.cpp: fix build when size_t is an unsigned int12 src/SerialPort.cpp | 4 ++--15 diff --git a/src/SerialPort.cpp b/src/SerialPort.cpp17 --- a/src/SerialPort.cpp18 +++ b/src/SerialPort.cpp
5 SerialPort::SerialPort(QObject *parent) : QSerialPort(parent) in SerialPort() function in SerialPort9 bool SerialPort::config(const QString &name, in config()31 bool SerialPort::config(const QString &name, int baudrate, int databits, int stopbit, int parity, i… in config()51 bool SerialPort::config(const QVariant &settingValue) in config()76 QByteArray SerialPort::execCMD(const QByteArray &arry) in execCMD()93 void SerialPort::writeData(const QByteArray &arry) in writeData()99 QByteArray SerialPort::readData() in readData()
8 class CORE_LIBRARY SerialPort : public QSerialPort12 explicit SerialPort(QObject *parent = NULL);
17 SerialPort *serial = new SerialPort(this); in startwork()53 SerialPort *serial = dynamic_cast<SerialPort*>(m_ptr); in stopwork()67 SerialPort *serial = dynamic_cast<SerialPort*>(m_ptr); in sendData()
8 PERL_DEVICE_SERIALPORT_SOURCE = Device-SerialPort-$(PERL_DEVICE_SERIALPORT_VERSION).tar.gz12 PERL_DEVICE_SERIALPORT_DISTNAME = Device-SerialPort
2 md5 82c698151f934eb28c65d1838cee7d9e Device-SerialPort-1.04.tar.gz3 sha256 d392567cb39b4ea606c0e0acafd8ed72320311b995336ece5fcefcf9b150e9d7 Device-SerialPort-1.04.ta…
5 Linux/POSIX emulation of Win32::SerialPort functions.7 https://metacpan.org/release/Device-SerialPort
10 class SerialPort; variable
157 SerialPort serial; in readInformation()