我有一张带usb访问权限的收据打印机TM-T88IV。是否可以从.php网站直接打印到打印机?像
这样的东西<?
$text=random_text_method();
print_to_local_tm($text);
?>
?我不知道如何获得startet。
答案 0 :(得分:0)
如果TM-T88IV的USB连接被识别为COM(串口),则可以使用PHP串口扩展。
Gorilla(PHP串口扩展)
https://github.com/oasynnoum/Gorilla