-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
| 目前Android端暂时不支持串口,替代方案是装一个UART转TCP的软件,然后在SerialTest里面用TCP连接 |
Beta Was this translation helpful? Give feedback.
-
| UART转TCP软件 |
Beta Was this translation helpful? Give feedback.
-
| SerialTest supports hardware serial port in You can use this app for converting UART connection to TCP connection. SerialTest支持 |
Beta Was this translation helpful? Give feedback.


目前Android端暂时不支持串口,替代方案是装一个UART转TCP的软件,然后在SerialTest里面用TCP连接
Android端串口要等一段时间才会做出来