I have a SparkFun XBee Explorer USB (FT232X USB-to-Serial converter) connected to a USB port on my Raspberry PI 2. I am not able to connect to it with windows IoT (C# program using Windows.Devices.SerialCommunication.SerialDevice.GetDeviceSelector("COM#"), where # = 1-9, none worked. I get the following status back from devcon.exe status:
USB\VID_0403&PID_6001\A600JT1H
Name: FT232R USB UART
The device has the following problem: 28
I think code 28 might be that the drivers are not installed.
When I connect it to a Windows PC it is assigned a COM port and I access it using SerialPort (in C#). It also works well when I use Raspbian on the Raspberry PI (python).
Anyone know how to get this to work?
