For video I've written uvc: <div><span></span><span style="font-family:'.HelveticaNeueUI';white-space:nowrap"><a href="https://github.com/erlyvideo/uvc">https://github.com/erlyvideo/uvc</a></span><br><br>On Friday, April 26, 2013, Omer Kilic  wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi Gokul,<br>
<br>
On (25/04/2013 21:10), Gokul Evuri wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Due to some reasons, now we are looking for developed opensource libraries.<br>
If any one have/working on Erlang interface to access USB devices, to<br>
share, that would be really helpful.<br>
</blockquote>
<br>
You don't mention what kind of USB devices you are interfacing with so not entirely sure what sort of library you are looking for but there are two cases:<br>
<br>
  - Devices that use raw USB protocol or generic USB classes such HID: You probably want to use libusb to talk to these devices. A quick search on "libusb erlang" returns [1] from Tony's Github account.<br>

<br>
  - Devices that expose themselves via virtual serial ports: This is pretty common these days and you can use any UART library to talk to these devices. Again, Tony has an Erlang UART library[2] you should look at.<br>
<br>
<br>
HTH,<br>
Omer.<br>
<br>
<br>
[1] <a href="https://github.com/tonyrog/libusb" target="_blank">https://github.com/tonyrog/<u></u>libusb</a><br>
[2] <a href="https://github.com/tonyrog/uart" target="_blank">https://github.com/tonyrog/<u></u>uart</a><br>
<br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a>erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</blockquote></div>