RamyTalal / Label-Printer

Easily print labels with a Brother label printer.
MIT License
65 stars 22 forks source link

How to connect this library use printer Brother with USB and php ? #38

Open istiqomahnf opened 9 months ago

istiqomahnf commented 9 months ago

is there a way to connect usb using this code $stream = stream_socket_client('tcp://192.168.1.8:9100', $errorNumber, $errorString);

or replace that code

ntaylor-86 commented 9 months ago

@istiqomahnf communicating with USB devices is not covered in this package