在 Windows IOT / Raspberry Pi 上找不到 USB 转 RS232 设备

铁匠铺

我有一根 USB 转串行电缆,可插入定制的电子电路板。

我正在尝试编写一个可以与之“对话”的 UWP 应用程序。我有一个 Raspberry Pi 3,Windows IOT。

我有能力集:

<Capabilities>
  <DeviceCapability Name="serialcommunication">
    <Device Id="any">
      <Function Type="name:serialPort" />
    </Device>
  </DeviceCapability>
</Capabilities>

我在本地机器和远程机器 (Pi) 上运行此代码:

string AQS = SerialDevice.GetDeviceSelectorFromUsbVidPid(0x067B, 0x2303);

DeviceInformationCollection currentDevices = await DeviceInformation.FindAllAsync(AQS); 

var devicesFound = currentDevices.Count;

在本地机器 (x86) 上,它说我有 1 台设备,可以正常连接和聊天。

在远程机器上,它说有 0

我试过在插入设备的情况下启动 Pi,在启动时插入 - 我在这里错过了什么?

编辑

devcon stack *在控制台中运行了 a并找到了我的设备:

USB\VID_067B&PID_2303\5&3753427A&0&3
    Name: USB-Serial Controller
    Device is not set up
    Controlling service:
        (none)

devcon status

USB\VID_067B&PID_2303\5&3753427A&0&3
    Name: USB-Serial Controller
    The device has the following problem: 28
    Problem status: 0xC0000490

这是否意味着我需要一个驱动程序?

Michael Xu - MSFT

请参阅硬件兼容性列表,其中列出了与 Windows IoT Core 兼容的经过验证的设备。建议使用列表中的设备。

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

在Raspberry Pi 3 Windows IoT上内置蓝牙-找不到适配器

FTDI USB 转 RS232 是否比真正的 RS232 COM 端口更好?

使用Java在Raspberry Pi 3上读写USB设备

Raspberry Pi上的Windows IOT Python / UWP交互

RS232串行Y分配器到Raspberry Pi(USB),热敏打印机有时会阻止流向打印机

Raspberry Pi,Grove,Windows IoT,C#

Raspberry Pi和Ubuntu上同一USB Wifi设备的不同iw列表

如何找出哪个tty上的USB-RS232设备?

在Raspberry Pi 3上的Windows 10 IOT上扫描地址需要30秒

通过USB连接的Android设备控制Raspberry Pi

Raspberry Pi 3 上的 Windows 10 iot 可以很好地运行 Java 程序吗?

.NET Core应用程序远程部署到Raspberry Pi上的Windows IoT Core

Windows IoT Raspberry Pi上的ASP.NET MVC无法连接到SQL数据库

Windows IoT 通过 Raspberry Pi 3 的启动问题

无法在 Raspberry Pi 4B 的 Ubuntu 服务器 19.10 arm64 上枚举 USB 设备

是否可以将Raspberry Pi 3上的Windows 10 IoT UWP C#应用程序连接到蓝牙耳机?

Raspberry Pi:“找不到主机”

Windows 10 IoT PI上的Redis

在Linux上以python检测连接到Raspberry Pi的无线设备

无法连接到Raspberry Pi上的BLE设备

在Raspberry Pi上的Airflow安装上找不到BashOperator

在Raspberry Pi上找不到ttyUSB0

RS232转VGA适配器

Raspberry Pi 3上的OpenCV多个USB摄像头

Virtualbox 找不到 USB 设备

带有Windows 10 IOT核心操作系统的Raspberry pi 3是否支持winforms?

编译适用于Windows 10 IoT核心版ARM(Raspberry Pi)的OpenCV 3

Windows 10 IoT Raspberry Pi 2:自动启动发布的应用程序

使用Windows 10 IoT核心Raspberry Pi 2板载UART进行串行io吗?