Get modem information in .Net Compact Framework
I am using .Net Compact Framework on Windows Mobile 6 and I need to get a list of modems and the serial port they are bound to. In the full version of the .Net Framework, this can be easily done using the System.Management.ManagementObject class; but unfortunately this is not available in the .NET Compact Framework and I haven't found any other way to do this. Does anyone have any ideas?
+1
a source to share