BbsonLin / serial_port_flutter

A Flutter plugin integrated with Android-SerialPort-API
Other
29 stars 24 forks source link

用手机调试USB接口后,没有弹出串口设备 #1

Closed xcja123 closed 4 years ago

xcja123 commented 4 years ago

image

BbsonLin commented 4 years ago

@xcja123 可以在詳細的描述你的測試環境嗎?

目前我大部分應用只在 Android 工控機連接 RS232/RS485, 但沒試過 USB 在 Android 工控機或手機的情況。

如果可以你也可以發 PR.

另外 USB 應該也可以試試 usb_serial 這套件。

xcja123 commented 4 years ago

选择DEVICE后显示空白没有弹出可用的串口设备。。。 但是用其他SPU串口软件可以读出相应的串口设备

------------------ 原始邮件 ------------------ 发件人: "Bobson Lin"<notifications@github.com>; 发送时间: 2019年12月23日(星期一) 中午11:28 收件人: "BbsonLin/serial_port_flutter"<serial_port_flutter@noreply.github.com>; 抄送: "421386102"<421386102@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [BbsonLin/serial_port_flutter] 用手机调试USB接口后,没有弹出串口设备 (#1)

@xcja123 可以在詳細的描述你的測試環境嗎?

目前我大部分應用只在 Android 工控機連接 RS232/RS485, 但沒試過 USB 在 Android 工控機或手機的情況。

如果可以你也可以發 PR.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

BbsonLin commented 4 years ago

@xcja123 用 adb shell 進入手機後,ls /dev/ 是有東西的嗎?

BbsonLin commented 4 years ago

Temporarily close this issue because of no response so far.