jputcu / serialport

Cross platform haskell library for using the serial port
Other
43 stars 36 forks source link

Support other baud rates #33

Open mfine opened 7 years ago

mfine commented 7 years ago

Depends on https://github.com/haskell/unix/pull/74.

We're using higher baud rates not defined - we'd like to access them if our underlying system can support them. The limited set of baud rates is currently too restrictive - this allows an escape hatch.