使用收据打印机打印

时间:2013-07-07 21:10:52

标签: php printing epson

我有一张带usb访问权限的收据打印机TM-T88IV。是否可以从.php网站直接打印到打印机?像

这样的东西
<?
$text=random_text_method();
print_to_local_tm($text);
?>

?我不知道如何获得startet。

1 个答案:

答案 0 :(得分:0)

如果TM-T88IV的USB连接被识别为COM(串口),则可以使用PHP串口扩展。

Gorilla(PHP串口扩展)
https://github.com/oasynnoum/Gorilla

大猩猩的基本用法
https://gist.github.com/oasynnoum/6076496