Registry / networking / libsercomm

libsercomm

JSON →
library1.3.2vcpkgunverified

Multiplatform serial communications library

vcpkg install libsercomm
INSTALL
IMPORT
SIG · LIBSERCOMM
L
libsercomm
networkingcppv1.3.2
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.

sercomm/sercomm.h
#include <sercomm/sercomm.h>

Open and configure a serial port

#include <sercomm/sercomm.h> #include <iostream> int main() { sercomm_port_t port; if (sercomm_open(&port, "/dev/ttyUSB0", 9600) == 0) { std::cout << "Serial port opened\n"; sercomm_close(&port); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

libsercomm — pip install libsercomm · libregistry