jacobsa / go-serial

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

Support non-standard baud rates #7

Closed adammck closed 10 years ago

adammck commented 10 years ago

This sets the baud rate using the IOSSIOSPEED ioctl (which is part of IOKit), rather than as part of the standard termios options, to allow arbitrary speeds. That only works on OSX, but this package doesn't support Linux right now anyway.

adammck commented 10 years ago

Great, thanks for merging!