Tool/software: Code Composer Studio
I am developing a device based on the tm4c1294 launchpad. I am using a bulk USB connection to transfer blocks of data back to a PC acting as the host.
I note there are the USB_EVENT_CONNECTED and USB_EVENT_DISCONNECTED events that allow me to tell when the device has been connected/disconnected from the PC, however I don't seem to be able to find any events that relate to if a software application is actually listening to the endpoint.
I am very new to USB development and much more used to communications via a USB-Serial chip where the drivers make it possible to tell when the comport between the PC and device have been opened.
Is this possible over USB using usblib or does this need to be included in my own communications protocol.