Connect wirelessly
Find the IP address of the terminal at Settings > About POS > Status > IP address.
Connect to the terminal by its IP address:
$ adb connect device_ip_address
Confirm that your host computer is connected to the target terminal:
// after run adb connect, result is:
connected to device_ip_address:55555
// or use the follow command to confirm again:
$ adb devices
List of devices attached
device_ip_address:5555 device
Your device is now connected to adb
.
Last updated