0

I have a receipt printer TM-T88IV with usb access. Is it possible to print something directly to the printer from a .php website? Something like

<?
$text=random_text_method();
print_to_local_tm($text);
?>

? I have no clue how to get startet.

4

1 回答 1

0

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

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

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

于 2013-09-25T06:33:01.430 回答