OpenHarmony开发者论坛
标题:
使用hdc TCP模式无线方式连接OpenHarmony设备
[打印本页]
作者:
润开鸿_贾佳豪
时间:
2024-5-10 15:27
标题:
使用hdc TCP模式无线方式连接OpenHarmony设备
[md]本文将介绍如何使用hdc工具 tcp模式以无线的方式连接OpenHarmony设备。
## 1. usb连接方式切换为tcp模式。
将usb线将OpenHarmony设备和电脑端连接,并且将两个连接至同一个局域网。
```
# 执行 tmode port port-number,port-number设置为端口号。
hdc tmode port 6666
# 执行 hdc tconn OpenHarmony设备IP地址:port-number端口号,然后把两者的USB线拔下
hdc tconn 192.168.229.195:6666
hdc shell
```
![image.png](
https://dl-harmonyos.51cto.com/i ... rocess=image/resize
,w_820,h_192)
- OpenHarmony设备IP地址可以通过 `wifiManager.getIpInfo().ipAddress`获取,具体见该样例[tcp_demo](
https://gitee.com/from-north-to- ... -default-signed.hap
)。
## 2. tcp模式切换回usb模式
```
# 将设备和电脑两者之间USB线连接
hdc tmode usb
hdc shell
```
![image.png](
https://dl-harmonyos.51cto.com/i ... rocess=image/resize
,w_709,h_121)
## 3. 同时启用hdc tcp和usb模式
```
# 进入shell终端
hdc shell
# 设置属性 persist.hdc.mode 为all ,同时启用hdc tcp和usb模式
param set persist.hdc.mode all
# 设置属性 persist.hdc.port 端口号
param set persist.hdc.port 6666
# 设置属性 persist.hdc.mode 为tcp ,启用hdc tcp模式
param set persist.hdc.mode tcp
# 设置属性 persist.hdc.mode 为usb ,启用hdc usb模式
param set persist.hdc.mode usb
```
[/md]
作者:
润开鸿_闻飞
时间:
2024-5-10 17:25
这个在qemu中就可以直接和主机连接了
欢迎光临 OpenHarmony开发者论坛 (https://forums.openharmony.cn/)
Powered by Discuz! X3.5