简体   繁体   中英

Raspberry pi - How to use Arduino Nano CH340 with Windows IOT

I am trying to get data from usb serial. Sharp GP2Y0A02YK0F sensor connect with Arduino CH340. Its connect to Raspberry pi via usb. I cant get data because Windows IOT not found usb serial port. Is there a any driver or any alternative way how to use sharp sensor with windows IOT.

ps : I already tried FTDI but it won be fix it. I install it correctly but when I try to get info via devcon status "USB\\VID_0403&PID_6001" its return no found device

Thanx.

I'm attaching FTDI 232R USB-To-Serial to Rapsberry Pi 2 USB port running fresh windows IoT Core 10.0.10586.0. No additional device driver is installed, the FT232R USB UART is correctly recognized,

在此处输入图片说明

For code samples using serial ports, refer to https://github.com/ms-iot/samples/tree/develop/SerialSample . I have verified it works with IoT version 10.0.10586.0 and above.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM