Disable RTS/CTS handshake by default

Fix #3
This commit is contained in:
Cristian Maglie
2016-10-20 23:17:26 +02:00
parent fe0dfe76d3
commit 7178181a28
4 changed files with 15 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ var databitsMap = map[int]int{
const tcCMSPAR int = 0 // may be CMSPAR or PAREXT
const tcIUCLC = syscall.IUCLC
const tcCRTSCTS int = 0x80000000
func termiosMask(data int) uint32 {
return uint32(data)
}