POSIXSerialPort
POSIXSerialPort copied to clipboard
Independant serial port library for Objective-C and Swift macOS for all serial port devices (cu, tty)
Results
2
POSIXSerialPort issues
Sort by
recently updated
recently updated
newest added
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: ...
.
1