jputcu / serialport

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

Provide a standard Handle for the serialport communication #16

Closed jputcu closed 12 years ago

jputcu commented 12 years ago

A GHC specific solution using mkDuplexHandle. Once created we can use standard System.IO Handle functions.