Connect Printer
[URL scheme]
Configure the URL scheme as shown below:
brotherwebprint://connect?connecttype=BT&connectaddress=00%3A00%3A00%3A00%3A00%3A00&serialnum=U00000-K0Z000000&model=PT-P910BT&connectcallback=sendurlscheme%3A%2F%2Fconnectcallback%3Fresult%3D
[HTTP]
Configure the HTTP as shown below:
Connect Printer via HTTP (Androidâ„¢ only)
http://localhost:8088/connect?connecttype=BT&connectaddress=00%3A00%3A00%3A00%3A00%3A00&serialnum=U00000-K0Z000000&model=PT-P910BT
Sample response for Connect Printer via HTTP (Androidâ„¢ only)
Success
<response>
<result>SUCCESS</result>
</response>
Failure
<response>
<result>Failure</result>
</response>
[Required parameters]
* The "serialnum" parameter is required when connecting iOS to any of these printer series via Bluetooth:
- MW, PJ, PT, QL, RJ, TD-2, TD-4D
Parameter | Configurable setting | Example values |
---|---|---|
connecttype | BT, WiFi | BT |
connectaddress | For Bluetooth connection: Bluetooth MAC Address of the printer For Wi-Fi connection: IP Address of the printer |
00:00:00:00:00:00 |
serialnum | String | U00000-K0Z000000 |
model | Model name of the printer | PT-P910BT |
[Required parameters for callback]
Parameter | Description |
Values | Example values (URL-encoded) | Example values (before URL encoding) |
---|---|---|---|---|
connectcallback | Use this parameter in the URL scheme to return printer connection results. | URL string | sendurlscheme%3A%2F%2Fconnectcallback%3Fresult%3D | searchurlscheme://connectcallback?result= |