jputcu / serialport

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

Add a readLine function #11

Closed dpwiz closed 12 years ago

dpwiz commented 12 years ago

Please? (:

jputcu commented 12 years ago

I'm trying to keep this library protocol-independent, so this feature is out-of-scope. Just write a helper function which accepts bytes until a newline appears and then return it.