通過CH559連接USB打印機(jī),如果打印機(jī)帶有串口,通過USB口操作標(biāo)簽打印機(jī),正常;如果打印機(jī)本身不帶串口只有USB口,無法操作標(biāo)簽打印機(jī)通過調(diào)試發(fā)現(xiàn)
UINT8? ?USBHostTransact( UINT8 endp_pid, UINT8 tog, UINT16 timeout )
里面
? ? ? ? ? ? if ( U_TOG_OK )
? ? ? ? ? ? {
? ? ? ? ? ? ? ? return( ERR_SUCCESS );
? ? ? ? ? ? }
U_TOG_OK 的問題
sbit U_TOG_OK? ? ? = USB_INT_FG^6; // ReadOnly: indicate current USB transfer toggle is OK
為什么559 只能操作帶有串口的usb標(biāo)簽打印機(jī)? ,而只有USB口的標(biāo)簽打印機(jī)卻不行