packages feed

serialport-0.1.0: README

% Haskell serialport

Name
----
	serialport - Cross platform serial port library.


Description
-----------

This library provides a way to interface the serial port from haskell in a cross platform way.

Tested on the following platforms:
 
 - Linux (Arch)
 - Windows XP 32-bit


Install
-------

Install using the standard Hackagedb way:

	cabal update
	cabal install serialport


Problems & suggestions
----------------------

Can be reported via e-mail: joris.putcuyps@gmail.com


References
----------
 - Frederick Ross with his serial package: http://hackage.haskell.org/package/serial