Open istiqomahnf opened 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);
$stream = stream_socket_client('tcp://192.168.1.8:9100', $errorNumber, $errorString);
or replace that code
@istiqomahnf communicating with USB devices is not covered in this package
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