jputcu / serialport

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

Add support for four more baud rates #26

Closed bdesham closed 9 years ago

bdesham commented 9 years ago

This commit adds support for speeds of 150, 230400, 460800, and 921600 baud. The available baud rates are now those that are available both in Realterm version 2.0.0.70 and as preprocessor macros in termbits.h in the 4.0 release of the Linux kernel.

jputcu commented 9 years ago

I'm sorry, I had to revert this because the 'unix' package which I use to control the POSIX serial port didn't have the requested, higher, baud rates. I'm looking into a possible solution but it will require some work