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.
如果 TM-T88IV 的 USB 连接被识别为 COM(serial-port),您可以使用 PHP 串口扩展。
Gorilla(PHP 串口扩展)
https://github.com/oasynnoum/Gorilla