Connect wirelessly

  1. Find the IP address of the terminal at Settings > About POS > Status > IP address.

  2. Connect to the terminal by its IP address:

    $ adb connect device_ip_address
    

  3. 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