You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to print on 3 different Zebra printers. The 3 have the same IP but with ports 9101,9102, 9103.
I tried $client = new Client('10.0.0.50:9101'); but it doesn't work.
The text was updated successfully, but these errors were encountered:
I need to print on 3 different Zebra printers. The 3 have the same IP but with ports 9101,9102, 9103.
I tried
$client = new Client('10.0.0.50:9101');
but it doesn't work.The text was updated successfully, but these errors were encountered: