I'm currently using partial wrapper around libusb[1] in my work. It doesn't provide full interface to the library itself, so I didn't have to translate C structures. Perhaps someone can make a regular wrapper - the libusb API is pretty small and concise.
Regards, Christopher Skrzętnicki [1] http://libusb.wiki.sourceforge.net/ On Wed, Aug 6, 2008 at 23:11, Maurício <[EMAIL PROTECTED]> wrote: > Hi, > > What are the alternatives to read > a USB port (actually, a COM serial > port with an USB adapter) in > Haskell, running in Linux? > > Thanks, > Maurício > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe >
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
