简体   繁体   English

TM88III热敏打印机在C#中使用ESC / POS命令进行条形码打印失败

[英]Barcode print failed using ESC/POS Command in C# for TM88III thermal printer

I've been trying in TM88III to print barcode using ESC POS command. 我一直在尝试在TM88III中使用ESC POS命令打印条形码。

But it only returns a HRI character. 但是它只返回一个HRI字符。

Assuming i am tottaly wrong and I am a worthless coder. 假设我完全错了,我是一个毫无价值的编码员。 Can you guide me to print exact barcodes using EPSON TM88III Thermal Printer? 您可以指导我使用EPSON TM88III热敏打印机打印准确的条形码吗?

Other commands works well except barcode... 除条形码外,其他命令也可以正常使用...

I am using MSDN's method to send raw data to the printer. 我正在使用MSDN的方法将原始数据发送到打印机。

You might try posting a simplified example of the code you're using. 您可以尝试发布所使用代码的简化示例。 There are lots of things you might be doing wrong, for example using the wrong Encoding when outputting a string to the serial port. 您可能做错了很多事情,例如在将字符串输出到串行端口时使用了错误的Encoding。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM