Skip to content

Incorrect _COMMTIMEOUTS struct in serial_windows.go #7

Description

@dmnef

The correct field order should be like this:

type _COMMTIMEOUTS struct {
    ReadIntervalTimeout         uint32
    ReadTotalTimeoutConstant    uint32
    ReadTotalTimeoutMultiplier  uint32
    WriteTotalTimeoutConstant   uint32
    WriteTotalTimeoutMultiplier uint32
}

See comments there: http://msdn.microsoft.com/en-us/library/windows/desktop/aa363190%28v=vs.85%29.aspx

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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