0
votes

I want to interface my printer with my stm32F407VGT6 board, and I don't know which usb driver library to choose (OTG/DEVICE/HOST). I want to send / receive microcontroller commands to the printer.

thank you in advance :).

1

1 Answers

0
votes

You can either use the USB host library, or the OTG (On The Go) library which allows you to be host or device. You should also take care that you are using the right library for your chip.