Hi, Copy construct doesn't work properly., In my opinion it must be disabled; Example: `serialib serial; serial.openDevice('/dev/ttyUSB0', 115200); serialib serial1 = serial; size_t bytesAv = serial1.available(); //Always 0`
Hi,
Copy construct doesn't work properly., In my opinion it must be disabled;
Example:
`serialib serial;
serial.openDevice('/dev/ttyUSB0', 115200);
serialib serial1 = serial;
size_t bytesAv = serial1.available(); //Always 0`