Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This method works like SetByteEventPort but causes roStreamByteArrayEvent messages to be posted to the message port when data is received. For some object types (e.g. roTCPStreamfor example, roTCPStream), this can be much more efficient since data no longer needs to be delivered to BrightScript a byte at a time, but since serial ports are comparatively slow it's possible that each event will still contain only a single character

SetReceiveEol(eol_sequence As String)

...