SerialPortAPITransmitLine Method |
Sends a terminated string of characters via the card's
serial port.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.5
Syntaxpublic void TransmitLine(
string message
)
Parameters
- message String
- The message string that should be sent.
RemarksNote that the configured
NewLine will be automatically appended to the transmitted message.
See Also