bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
619 stars 189 forks source link

Higher baud rate support #62

Closed bvwj closed 2 years ago

bvwj commented 5 years ago

Running MacOS I can't seem to open a port at rates higher than 230,400 bps. I know the hardware is capable. I used the same port at 1,000,000 bps with a different go library. I like the functionality of go-serial better than the other library. It would be nice if go-serial supported higher rates.

cmaglie commented 2 years ago

It should be already fixed by #111