POSIXSerialPort
POSIXSerialPort copied to clipboard
Please check setting 6 data bits in 'open' method. Thanks.
Shouldn't case 6: use CS6? Here is the current code:
switch (self.numberOfDataBits) { case 5: options.c_cflag |= CS5; break; case 6: options.c_cflag |= CS5; break; case 7: ...
Yes, thanks. It is corrected .. .cc9b3671dba89bafb5521b13959cb3d7d6deb033
corrected
closed
closed