m_arTxBfx:Array [0..255] of Byte; //Output Buffer m_arRxBfx:Array [0..255] of Byte; //Input Buffer myPort.ClearBuffer(false,true); myPort.Write(m_arTxBfx[0],m_InputLength+4);
myPort.write(m_arTxBfx,m_InputLength,4)
System.IO.Ports.SerialPort
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)