2021-06-25 01:30 AM
Hi, i'm trying to control a barcode printer with STM32F105VCT6 with USB. The printer is godex EZ-1005. When i plug usb cable usb state comes to APPLICATION_START from APPLICATION_IDLE.
According to this document. (Page 6) i need to send Standard Requests and Class-Specific Requests. I looked with usb analyzer program while printing with pc but i couldn't analyze this raw data
I'm not familiar with usb protocol so i don't know how to send printer comands to printer over usb. I coundn't find any example or guide.
Do you have any solution or suggestions?
Solved! Go to Solution.
2021-07-06 02:17 AM
Hello @Fayaz.1 ,
Unfortunately, the USB HOST printer class is not supported by ST until today. Maybe it will be supported in the future.
Otherwise, take a look at the following links. They may help you.
https://www.openstm32.org/forumthread6673
https://community.st.com/s/question/0D50X00009XkaNSSAZ/usb-printer-class
BeST Regards,
Walid
2021-07-06 02:17 AM
Hello @Fayaz.1 ,
Unfortunately, the USB HOST printer class is not supported by ST until today. Maybe it will be supported in the future.
Otherwise, take a look at the following links. They may help you.
https://www.openstm32.org/forumthread6673
https://community.st.com/s/question/0D50X00009XkaNSSAZ/usb-printer-class
BeST Regards,
Walid