Registry / other / qt5-serialport

qt5-serialport

JSON →
library5.15.18vcpkgunverified

Qt5 Serial Port provides access to hardware and virtual serial ports.

vcpkg install qt5-serialport
INSTALL
IMPORT
SIG · QT5-SERIALPORT
Q
qt5-serialport
othercppv5.15.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QtSerialPort/QSerialPort
✓ #include <QtSerialPort/QSerialPort>

Open a serial port with Qt5 SerialPort

#include <QtSerialPort/QSerialPort> #include <QCoreApplication> int main() { QSerialPort serial; serial.setPortName("COM1"); serial.setBaudRate(QSerialPort::Baud9600); serial.open(QIODevice::ReadWrite); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

qt5-serialport — pip install qt5-serialport · libregistry