Silverlight 5 Comm Port, , Silverlight Windows ( Mac) OOB ( ) Internet Explorer.
, COM . , , Silverlight 5 , , .
Silverlight AutomactionFactory, . ; . COM-, SerialPort .
If AutomationFactory.IsAvailable Then
SilPort = AutomationFactory.CreateObject("SilverPort.Ports")
Dim AllPorts() As String
AllPorts = SilPort.GetPortNames()
...
End If