As [per the documentation](https://www.arduino.cc/reference/tr/language/functions/communication/serial/ifserial/) it should be possible to check if the connection is available. Given: ```c when (!Serial); ``` The compiler spits out: `undefined reference to 'Serial_::operator bool()'`. It seems it was [commented out](/FabioBatSilva/ArduinoFake/blob/master/src/SerialFake.h#L21) some time ago.