jacobsa / go-serial

A Go library for dealing with serial ports.
Apache License 2.0
631 stars 121 forks source link

serial.Open: The parameter is incorrect on windows 10 #21

Open 435420057 opened 8 years ago

435420057 commented 8 years ago

Test on windows 10, serial.Open: The parameter is incorrect. options := serial.OpenOptions{ PortName: "COM1", BaudRate: 9600, DataBits: 8, StopBits: 1, MinimumReadSize: 4, } thx

435420057 commented 8 years ago

Params : {28 115200 [17 0 0 0] 0 0 0 8 0 0 0 0 0 0 0 0}

Boomgeek commented 3 years ago

@435420057 how to fix it ?