You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ParityMark support for linux
//tarm/serial/serial_linux.go
line:95 add these code
case ParityMark:
cflagToUseg |=syscall.PARENB
cflagToUse |= unix.CMSPAR
cflagToUse |=syscall.PARODD
The text was updated successfully, but these errors were encountered:
Add ParityMark support for linux
//tarm/serial/serial_linux.go
line:95 add these code
case ParityMark:
cflagToUseg |=syscall.PARENB
cflagToUse |= unix.CMSPAR
cflagToUse |=syscall.PARODD
The text was updated successfully, but these errors were encountered: