25013/access-serial-ports-in-windows-10-iot-app
I am working on a Windows IoT universal app and I need access to a serial port. Normally I would use:
using System.IO.Ports;
But that code is generating an error saying that the namespace does not exist and I can't find a reference to add to fix it.
On Windows IoT you have to use Windows.Devices.SerialCommunication namespace to access serial ports. You have to have Windows 10 IoT Extension SDK (installer should be bundled with the Windows 10 image file for you board, you have to register there for downloads to be availble) installed and added as reference to be able to access that namespace.
Keep in mind though that if you use Raspberry Pi onboard UART will be inaccessible anyway, as it is used for kernel debugger.
It is possible, but you should understand ...READ MORE
Sorry, but it is not allowed in ...READ MORE
I was looking for a solution too, ...READ MORE
It can be done by making changes ...READ MORE
If this object is eligible for garbage ...READ MORE
What you are describing is known as ...READ MORE
Took me little time, but resolved the ...READ MORE
I couldn't find any proper documentation and ...READ MORE
Have you tried using powershell right after ...READ MORE
You should use HttpClient instead of WebClient. Try ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.