jputcu / serialport

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

Fully blocking read #28

Closed magthe closed 4 years ago

magthe commented 8 years ago

AFAIU recv has semantics like hGetSome, it would be nice to have a version that behaves like hGet, i.e. an easy way of reading n bytes, blocking until all the bytes are available.

magthe commented 4 years ago

Given the age and activity on this issue I'm closing it.