User Activity

Hi,I'm developing a printer using a STM32F401. I created a USB VCOM project and change it to work as a printer.This project we're sending the data to print through OUT EP (addr 0x01) and our purpose is receive status in IN EP (addr 0x81) as well. We...