

Here is the code snippet for opening serial ports from winform app - //Structures Is RS-232 communication not supported on windows 10 iot ? Is RS232 communication on win 10 using windows form application also not supported? I am able to establish serial communication using a USB to RS-232 instead on both winform app and sample serial UWP app.

I observed the same on a windows 10 Professional version too!įurther, a tried running a sample UWP app for serial communication from Microsoft , which still did not detect any scanners connected over RS-232 connection.

As I tried running the same application on windows 10 ioT, the pc hangs up as soon as I try to open a serial port using serialport.Open() Over to windows 10 ioT platform and be able to run the same application on windows 10 ioT enterprise (Build version 14393 ). Currently I have a simple windows form application that talks serially with a scanner running flawlessly on windows 7 embedded.
