Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can Add Mark and Space to Parity? #167

Open
rrxmzl opened this issue Mar 23, 2024 · 1 comment · May be fixed by #189
Open

Can Add Mark and Space to Parity? #167

rrxmzl opened this issue Mar 23, 2024 · 1 comment · May be fixed by #189

Comments

@rrxmzl
Copy link

rrxmzl commented Mar 23, 2024

Like Qt
https://doc.qt.io/qt-6/qserialport.html#Parity-enum

QSerialPort::NoParity
QSerialPort::EvenParity
QSerialPort::OddParity
QSerialPort::SpaceParity
QSerialPort::MarkParity

@sirhcel
Copy link
Contributor

sirhcel commented May 10, 2024

Yes, this could be done. At least for a selection of target operating systems like Linux and Windows. Would you file a PR for it?

YgorSouza added a commit to YgorSouza/serialport-rs that referenced this issue May 15, 2024
@YgorSouza YgorSouza linked a pull request May 15, 2024 that will close this issue
YgorSouza added a commit to YgorSouza/serialport-rs that referenced this issue May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants