tarm / serial

BSD 3-Clause "New" or "Revised" License
1.6k stars 453 forks source link

pls add the ParityMark support for linux #72

Open higx opened 6 years ago

higx commented 6 years ago

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