瀏覽代碼

部分usb打印机会阻塞writefile

张洋 5 年之前
父節點
當前提交
2b9f3c143d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lewaimai_pos_windows/tool/CPosPrinter.cpp

+ 2 - 0
lewaimai_pos_windows/tool/CPosPrinter.cpp

@@ -1382,6 +1382,8 @@ int CPosPrinter::WriteBuf(const unsigned char* buf, int len)
  **/
 bool CPosPrinter::PortTest(HANDLE hPort)
 {
+	return true;
+
     //标签打印机的查询状态指令
     char chInitCode[2] = { 0x1b, 0x40};