Hi !
I use ti-processor-sdk-linux-am335x-evm-01.00.00.03 in Beaglebone-Black.
Also, I use g_printer module for printer function.
I want know What mathod is flow control to connect between Beaglebone-Black and Host PC with USB.
Let me know How use follow status code.
#define PRINTER_NOT_ERROR 0x08
#define PRINTER_SELECTED 0x10
#define PRINTER_PAPER_EMPTY 0x20
Host PC is connect to Beaglebone-Black with USB High-Speed.
Data Send Speed is too fast.
Then Beaglebone-Black lost data.
I need flow control for USB Printer Class.
Help !