Files
luban-lite/packages/third-party/cherryusb/class/printer/usb_printer.h

14 lines
348 B
C
Raw Normal View History

2023-08-28 09:48:01 +08:00
#ifndef _USB_PRINTER_H
#define _USB_PRINTER_H
#define PRINTER_SUBCLASS 0x01U
#define PRINTER_REQUEST_GET_DEVICE_ID 0x00U
#define PRINTER_REQUEST_GET_PORT_SATTUS 0x01U
#define PRINTER_REQUEST_SOFT_RESET 0x02U
#define PRINTER_STATUS_NO_ERROR 0x00U
#define PRINTER_STATUS_SELECTED 0x08U
#define PRINTER_STATUS_PAPER_EMPTY 0x10U
#endif