arduinoraspberry-piusbcommunicationwindowsiot

Raspberry pi Windows IoT Arduino USB communication


I have an Arduino connected to my Raspberry Pi 2 via USB and Windows 10 IOT installed on it. I have made an universal app in Visual Studio and it works on the Pi. Which reference do i need to include so that i can communicate to the Arduino via USB?


Solution

  • This code allows PC to Arduino comms via USB. USB on an Arduino is not really USB. It is serial.

    http://arduino.cc/playground/Csharp/SerialCommsCSharp.