Hello basvandijk,

Friday, September 1, 2006, 6:38:43 PM, you wrote:

> 2) Also, we use pySerial [4] for serial communication with the
> detector. Is there something like that for Haskell or is it easy to make it 
> yourself?

i never hear about such library for Haskell. you can use ffipkg
utility (http://haskell.org/haskellwiki/FFI_imports_packaging_utility)
to easily generate binding to appropriate C library. then,
my Streams library can be used on top of this:
http://haskell.org/haskellwiki/Library/Streams
http://haskell.org/haskellwiki/Library/AltBinary


-- 
Best regards,
 Bulat                            mailto:[EMAIL PROTECTED]

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to