jputcu / serialport

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

Implement non-blocking interface #14

Closed bgamari closed 10 years ago

bgamari commented 12 years ago

Note that this breaks compatibility in SerialPortSettings due to transition to blocking field. This warrants a large version bump.

There should also be some updating of the documentation to clarify the behavior of non-blocking reads and writes, but I'll wait until we agree this is the correct approach before doing this.

bgamari commented 12 years ago

This takes care of issue #13.

bgamari commented 12 years ago

Also, someone needs to build test this on Windows.

bgamari commented 11 years ago

Given no Windows users have stepped up we should just merge this. If there is a Windows user who find this doesn't build please open a issue.

bgamari commented 10 years ago

Ping.

jputcu commented 10 years ago

I'll see if I can pick this OS X problem up again

bgamari commented 10 years ago

ping.

bgamari commented 10 years ago

Closing as there's no real need for a non-blocking interface now that the OS X issue has been resolved.