BypassStream

What is BypassStream?

BypassStream is a concept that allows multiple ARDUINO boards to be connected and controlled in series.

Cautions

    • It should not be the same as StreamClass.

    • Not available when StreamClass is selected as Bridge.

public enum StreamClass

{

None

Serial1,

Serial2,

Serial3,

SoftwareSerial,

AltSoftSerial

}