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

Can't find USB to RS232 device on Windows IOT / Raspberry Pi

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

我正在尝试编写一个 'talk' 的 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,在启动时插入 - 我在这里错过了什么?

编辑

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

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

devcon status

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

这是否意味着我需要 driver?

请参考Hardware compatibility list,它列出了与Windows IoT Core 兼容的经过验证的设备。推荐使用列表中的设备