Bidirectional Communication over USB HID
In my project, the two STM32 devices are connected over USB line and communicating over HID interface. Usually communication is unidirectional i.e. device to host. I can find the example for USB host and USB device but communication works one way. But I am looking for bidirectional communication so that any of the STM32 can receive or transmit data. Here no mouse or keyboard is used. Just two STM32 devices connected.
Any help would be appreciated.
