public void TransmitBinary(
byte[] Data
)Public Sub TransmitBinary (
Data As Byte()
)public:
virtual void TransmitBinary(
array<unsigned char>^ Data
) sealed| SerialPortInUseException | Thrown when unable to acquire the serial port |
| NotConnectedException | Thrown when this command is used before setting Connect = True |