CppLinuxSerial icon indicating copy to clipboard operation
CppLinuxSerial copied to clipboard

"cannot open source file ioctls.h and termbits.h"

Open nuclearcodecat opened this issue 3 years ago • 2 comments

I'm running Windows 10 (which might be a problem, since this is literally called CppLinuxSerial) and in VS2022 I'm getting a few errors with the SerialPort.hpp file. img I don't really know what these are for, so I'm here to hopefully fix my issue. Also, I'm just starting with C++, so don't expect anything advanced from me 😅

nuclearcodecat avatar May 18 '22 15:05 nuclearcodecat

CppLinuxSerial/src/SerialPort.cpp:23:10: fatal error: 'asm/ioctls.h' file not found Mac OS

gbatanov avatar Feb 03 '23 19:02 gbatanov

This library only supports linux.

qzhhhi avatar Nov 26 '23 02:11 qzhhhi