Returns information regarding how the simulated serial port is
configured.
The result will be either:
\\.\pipe\SimNow.COMn
This indicates that data is being transported through a
named-pipe with the given name. The "n" will be either 1
for the first serial port, or 2 for the second serial port.
\\.\COMn 57600
This indicates that data is being transported through the
given serial port on the host machine using a baud rate of
57600.
none
This indicates that data written to the simulated serial port
is discarded, and no data is ever received.