Skip to content

Please check setting 6 data bits in 'open' method. Thanks. #5

@vladvil

Description

@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:
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions