Mooseworks Serial Port Control


  • The SerialIn and SerialOut make use of the serial port easy.
  • The SerialIn will read either continuously, until a terminating character is received, or until a preset number of bytes is received. The output can be formatted as either strings or byte arrays.
  • The SerialOut allows output of either strings or byte arrays, and can optionally wait for a response on the same port. This makes it ideal for command and response instrumentation applications.
  • Both controls are completely event driven - you write no polling code.
  • 100% native .Net.