Tether
connect() - Tether
Starts the PPP server so the other device can send requests to it. You will typically turn it on, then connect, after connecting to cellular.
// EXAMPLE
Tether.bind(TetherSerialConfig().baudrate(921600).serial(Serial1));
Tether.on();
Tether.connect();
// SYNTAX
Tether.connect();