On Tue, Nov 29, 2016 at 4:59 AM, Gourav <[email protected]> wrote:
> Hello, > > I currently using BeagleBone Green Wireless board for transferring the > data from host PC to BeagleBone Board using USB. But I unable to find API > for USB for this Board.Please help me to know from where I get API for > writing a programme to transfer data using USB. > > Thanks > > "Real-time" is a subjective term. But, typically, "real-time", and USB are anti-synonymous. So how about you start off with a use case. What is it that you wish to do ? Is this some sort of "framework" that can handle missed samples from *something* ? Or is it something that *needs* hard real-time, has to be x-amount timing for some operation ? When you're using USB typically you're going to want to use some sort of a gadget driver. g_ether, g_serial, g_mass_storage. Unless you're wanting to use the USB interface on a very low level. But maybe this is what you want ? http://libusb.info/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORrQ%2Bzmg94R-7V2gFiAc%2B8szAfoe7zYti%2BBYOZhMUcCeRg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
