vladvil
Results
1
issues of
vladvil
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: ...