I'm currently trying to pass a specific command from an example test application written in VB6. In VB6 the command looks like:
Comm1.Output = "UUT_SEND ""REMS\n"" " + Chr(10)
Currently I'm trying to figure out how to pass that same data via C#'s SerialPort class.