tarm / serial

BSD 3-Clause "New" or "Revised" License
1.6k stars 453 forks source link

Add support for missing baudrates between 50 and 1200 #44

Closed j-vizcaino closed 8 years ago

tarm commented 8 years ago

Do you really have hardware that needs this?

j-vizcaino commented 8 years ago

I have a small device that reads frames from an electricity meter and its output rate is 1200 bauds. It is integrated in a small project (soon to be published) I'm currently working on.

abrander commented 8 years ago

This is great. I was about to make a pull request implementing the exact same changes.

I too use 300 baud for communicating with older electricity meters through infrared links - and I would very much welcome this change.