serial icon indicating copy to clipboard operation
serial copied to clipboard

Cross-platform, Serial Port library written in C++

Results 98 serial issues
Sort by recently updated
recently updated
newest added

I need to use this serial library in my ROS2 package. However, I cannot build and install this package because it has the dependency of `catkin`. Catkin is not supported...

openembedded/meta-openembedded#809 This PR add VERSION and SOVERSION for `libserial` shared lib, and comment example by default. Thank you!

The converstion from a wstring to std::string gave a warning: C4244: 'argument': conversion from 'const wchar_t' to 'const _Elem', possible loss of data. Conversion used to be recommended with codecvt,...

I've made some changes that will enable building the project without relying on Catkin. This should provide more flexibility for users who prefer to build the project in environments where...

I have a Linux Mint 21.2 x86_64 system after cloning and make command throwing this error falcon_pc_s@Falcon-pc:~/Projects/pro_serial/serial$ make cd build && cmake -DCMAKE_INSTALL_PREFIX=/tmp/usr/local .. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):...

Steps to reproduce (from the README): $ git clone https://github.com/wjwwood/serial.git $ cd serial $ make Output: ``` cd build && cmake -DCMAKE_INSTALL_PREFIX=/tmp/usr/local .. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility...

NOTE about `FlushFileBuffers`: > If hFile is a handle to a communications device, the function only flushes the transmit buffer. Source: https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-flushfilebuffers

I'm having the problem "The specified executable is not a valid application for this OS platform" when running a program that uses the library. I noticed that it only happens...