CppLinuxSerial icon indicating copy to clipboard operation
CppLinuxSerial copied to clipboard

Serial port library written in C++.

Results 17 CppLinuxSerial issues
Sort by recently updated
recently updated
newest added

i download this, use git clone. and i complete for mkdir build && cd build. but i have error for cmake .. build message is -- The C compiler identification...

Hi. I am solving under message. I using C++17 in ubuntu 22.04. include/CppLinuxSerial/SerialPort.hpp:89:13: error: expected identifier before numeric constant 89 | OFF, What can I do for? Thank you.

Hello! I have found strange behavior when I was reading a long data flow. If the data size more than readBufferSize_B_ (default value is 256) it will not receive other...

Dear Geoffrey Before getting to the issue I would like to thank you for your well-written code and your effort. Well I would like you to help me to have...

How to create a virtual serial port pairs?

My code keeps crashing when i use this library. i even used the example code provided in this library and it still crashed. i get this output ``` terminate called...

First thank for you make this Very good library Now I need a lib for serial,but I’m using a custom-made linux pc,and this pc has different serial for 485 ,I...